Widget.setNoShowAll

Sets the "no-show-all" property, which determines whether calls to gtk_widget_show_all() will affect this widget. This is mostly for use in constructing widget hierarchies with externally controlled visibility, see GtkUIManager. Since 2.4

class Widget
void
setNoShowAll
()

Parameters

noShowAll int

the new value for the "no-show-all" property

Meta