Method
GtkWidgetset_no_show_all
since: 2.4
Declaration [src]
void
gtk_widget_set_no_show_all (
GtkWidget* widget,
gboolean no_show_all
)
Description [src]
Sets the GtkWidget: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
.
Available since: 2.4
Sets property | Gtk.Widget:no-show-all |