| gtkInitCheck {RGtk2} | R Documentation |
This function does the same work as gtkInit with only
a single change: It does not terminate the program if the GUI can't be
initialized. Instead it returns FALSE on failure.
gtkInitCheck(args = .GtkInitArgs)
This way the application can fall back to some other means of communication with the user - for example a curses or command line interface.
[logical] TRUE if the GUI has been successfully initialized,
FALSE otherwise.
This function is deprecated. You should use GDK_PRIORITY_REDRAW instead.
This function is deprecated. You should use G_PRIORITY_HIGH instead.
This function is deprecated. You should use G_PRIORITY_DEFAULT_IDLE instead.
This function is deprecated. You should use G_PRIORITY_LOW instead.
Derived by RGtkGen from GTK+ documentation