gtkWidgetActivate {RGtk2}R Documentation

gtkWidgetActivate

Description

For widgets that can be "activated" (buttons, menu items, etc.) this function activates them. Activation is what happens when you press Enter on a widget during key navigation. If widget isn't activatable, the function returns FALSE.

Usage

gtkWidgetActivate(object)

Arguments

object [GtkWidget] a GtkWidget that's activatable

Value

[logical] TRUE if the widget was activatable

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]