gtkWidgetGrabDefault {RGtk2} | R Documentation |
Causes widget
to become the default widget. widget
must have the
GTK_CAN_DEFAULT
flag set; typically you have to set this flag
yourself by calling GTK_WIDGET_SET_FLAGS (
. The default widget is activated when
the user presses Enter in a window. Default widgets must be
activatable, that is, gtkWidgetActivate
should affect them.
gtkWidgetGrabDefault(object)
|
[GtkWidget ] a GtkWidget |
Derived by RGtkGen from GTK+ documentation