GtkAction::set_sensitive

void set_sensitive(bool sensitive);

This method sets the sensitive state of the action. Note that this doesn't necessarily set the effective sensitivity. See the is_sensitive() method for more information.

See also: get_sensitive() , is_sensitive()