gtkWindowActivateDefault {RGtk2}R Documentation

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

[logical] TRUE if a widget got activated.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]