Widget.setNoShowAll

Sets the no-show-all property, which determines whether calls to Widget.showAll will affect this widget.

This is mostly for use in constructing widget hierarchies with externally controlled visibility, see gtk.UIManager

class Widget
void
setNoShowAll
()

Parameters

noShowAll bool

the new value for the “no-show-all” property

Meta