GtkAction::block_activate_from

void block_activate_from(GtkWidget proxy);

Disables calls to the activate() function by signals on the given proxy widget. This is used primarily to break notification loops for things like check or radio actions.

See also: unblock_activate_from()