gtkWidgetGrabFocus {RGtk2} | R Documentation |
Causes widget
to have the keyboard focus for the GtkWindow
it's
inside. widget
must be a focusable widget, such as a GtkEntry
;
something like GtkFrame
won't work. (More precisely, it must have the
GTK_CAN_FOCUS
flag set.)
gtkWidgetGrabFocus(object)
|
[GtkWidget ] a GtkWidget |
Derived by RGtkGen from GTK+ documentation