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 propertyGtk.Widget:no-show-all

Parameters

no_show_all

Type: gboolean

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