Package: gtk

Function gtk:widget-activate-action

Lambda List

gtk:widget-activate-action (widget name)

Arguments

widget -- a gtk:widget object
name -- a string with the name of the action to activate

Return Value

True if the action was activated, false if the action does not exist.

Details

Looks up the action in the action groups associated with widget and its ancestors, and activates it.

Notes

In the Lisp binding the implementation of the parameters for an action is missing.
 

See also

2024-11-9