post-activate

The post-activate signal is emitted after action is activated. This signal is intended for applications to get notification after any action is activated. Two items, the GtkUIManager instance and the action are passed to a registered callback.

Callback function

void callback(GtkUIManager uimanager, GtkAction UNKNOWN);