gtkExit: gtkExit

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Terminates the program and returns the given exit code to the caller. This function will shut down the GUI and free all resources allocated for GTK+. WARNING: gtk_exit is deprecated and should not be used in newly-written code. Use the standard exit() function instead.

Usage

1
gtkExit(error.code)

Arguments

error.code

Return value to pass to the caller. This is dependent on the target system but at least on Unix systems 0 means success.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkExit in RGtk2...