| 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.
gtkWidgetGrabFocus(object)
|
More precisely, it must have the GTK_CAN_FOCUS flag set. Use
gtkWidgetSetCanFocus to modify that flag.
Derived by RGtkGen from GTK+ documentation