gtkWidgetSetNoShowAll {RGtk2} | R Documentation |
Sets the "no_show_all" property, which determines whether calls to
gtkWidgetShowAll
and gtkWidgetHideAll
will affect this widget.
gtkWidgetSetNoShowAll(object, no.show.all)
|
[GtkWidget ] a GtkWidget |
|
[logical] the new value for the "no_show_all" property |
This is mostly for use in constructing widget hierarchies with externally
controlled visibility, see GtkUIManager
.
Since 2.4
Derived by RGtkGen from GTK+ documentation