Signal

GtkActionGroup::post-activate

deprecated: 3.10 since: 2.4

Declaration

void
post_activate (
  GtkActionGroup* self,
  GtkAction* action,
  gpointer user_data
)

Description [src]

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.

Default handler:
Available since: 2.4
Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

action

Type: GtkAction

The action.

The data is owned by the caller of the function.