Method

GtkWidgetset_visible

Declaration [src]

void
gtk_widget_set_visible (
  GtkWidget* widget,
  gboolean visible
)

Description [src]

Sets the visibility state of widget.

Note that setting this to TRUE doesn’t mean the widget is actually viewable, see gtk_widget_get_visible().

Sets propertyGtk.Widget:visible

Parameters

visible

Type: gboolean

Whether the widget should be shown or not.