Package: gtk

Function gtk-action-activate

Lambda List

gtk-action-activate (action)

Arguments

action -- a gtk-action object

Details

Emits the "activate" signal on the specified action, if it is not insensitive. This gets called by the proxy widgets when they get activated. It can also be used to manually activate an action.

Warning

The function gtk-action-activate has been deprecated since version 3.10 and should not be used in newly written code. Use the function g-action-group-activate-action on a g-action object instead.
 

See also

2021-7-20