signal callback delegate or function to connect
void callback(gtk.action.Action action, gtk.action_group.ActionGroup actionGroup)
action the action (optional)
actionGroup the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PreActivate signal.
The ::pre-activate signal is emitted just before the action in the action_group is activated
This is intended for #GtkUIManager to proxy the signal and provide global notification just before any action is activated.