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 PostActivate signal.
The ::post-activate signal is emitted just after the action in the action_group is activated
This is intended for #GtkUIManager to proxy the signal and provide global notification just after any action is activated.