Description Usage Arguments Details Author(s)
Sets the visibility state of widget
. Note that setting this to
TRUE
doesn't mean the widget is actually viewable, see
gtkWidgetGetVisible
.
1 | gtkWidgetSetVisible(object, visible)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.