Description Usage Arguments Details Author(s)
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.
1 | gtkWidgetGrabFocus(object)
|
|
a |
More precisely, it must have the GTK_CAN_FOCUS
flag set. Use
gtkWidgetSetCanFocus
to modify that flag.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.