Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkWindowActivateDefault: gtkWindowActivateDefault
Description
Activates the default widget for the window, unless the current focused widget has been configured to receive the default action (see
gtkWidgetSetReceivesDefault
), in which case the focused widget is activated.
Usage
gtkWindowActivateDefault(object)
Arguments
object
a
GtkWindow
Value
TRUE
if a widget got activated.