GtkAction::set_visible

void set_visible(bool visible);

This method sets the visible state of the action. Note that this doesn't necessarily set the effective visibility. See the is_visible() method for more information.

See also: get_visible() , is_visible()