gtkWindowActivateDefault {RGtk2} | R Documentation |
Activates the default widget for the window, unless the current
focused widget has been configured to receive the default action
(see GTK_RECEIVES_DEFAULT
in GtkWidgetFlags
), in which case the
focused widget is activated.
gtkWindowActivateDefault(object)
|
[GtkWindow ] a GtkWindow |
[logical] TRUE
if a widget got activated.
Derived by RGtkGen from GTK+ documentation