gtkWidgetSetVisible
Sets the visibility state of widget
. Note that setting this to
TRUE
doesn't mean the widget is actually viewable, see
gtkWidgetGetVisible
.
gtkWidgetSetVisible(object, visible)
|
|
|
whether the widget should be shown or not |
This function simply calls gtkWidgetShow
or gtkWidgetHide
but is nicer to use when the visibility of the widget depends on
some condition.
Since 2.18
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.