Method

GtkActionactivate

deprecated: 3.10 since: 2.4

Declaration [src]

void
gtk_action_activate (
  GtkAction* action
)

Description [src]

Emits the “activate” signal on the specified action, if it isn’t insensitive. This gets called by the proxy widgets when they get activated.

It can also be used to manually activate an action.

Available since: 2.4

Deprecated since: 3.10

Use g_action_group_activate_action() on a GAction instead.