Method
GtkActionblock_activate
deprecated: 3.10 since: 2.16
Declaration [src]
void
gtk_action_block_activate (
GtkAction* action
)
Description [src]
Disable activation signals from the action
This is needed when updating the state of your proxy
GtkActivatable
widget could result in calling gtk_action_activate(),
this is a convenience function to avoid recursing in those
cases (updating toggle state for instance).
Available since: 2.16
Deprecated since: 3.10
Use g_simple_action_set_enabled()
to disable the
GSimpleAction
instead.