Sets the visibility state of widget. Note that setting this to TRUE doesn’t mean the widget is actually viewable, see Widget.getVisible.
This function simply calls Widget.show or Widget.hide but is nicer to use when the visibility of the widget depends on some condition.
whether the widget should be shown or not
2.18
Sets the visibility state of widget. Note that setting this to TRUE doesn’t mean the widget is actually viewable, see Widget.getVisible.
This function simply calls Widget.show or Widget.hide but is nicer to use when the visibility of the widget depends on some condition.