gtkInitCheck {RGtk2}R Documentation

gtkInitCheck

Description

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.

Usage

gtkInitCheck(args = .GtkInitArgs)

Details

This way the application can fall back to some other means of communication with the user - for example a curses or command line interface.

Value

[logical] TRUE if the GUI has been successfully initialized, FALSE otherwise.

Note

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]