gtkWidgetSetVisible: gtkWidgetSetVisible

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the visibility state of widget. Note that setting this to TRUE doesn't mean the widget is actually viewable, see gtkWidgetGetVisible.

Usage

1
gtkWidgetSetVisible(object, visible)

Arguments

object

a GtkWidget

visible

whether the widget should be shown or not

Details

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.