Package: gtk

Function gtk-widget-activate

Lambda List

gtk-widget-activate (widget)

Arguments

widget -- a gtk-widget object that is activatable

Return Value

True if the widget was activatable.

Details

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

See also

2021-9-16