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 GTK_RECEIVES_DEFAULT in GtkWidgetFlags), in which case the focused widget is activated.

Usage

gtkWindowActivateDefault(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[logical] TRUE if a widget got activated.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]