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 gtk:action-activate function has been deprecated since version 3.10 and should not be used in newly written code. Use the g:action-group-activate-action function on a g:action object instead.
 

See also

2024-9-26