gtkWidgetGetVisible {RGtk2}R Documentation

gtkWidgetGetVisible

Description

Determines whether the widget is visible. Note that this doesn't take into account whether the widget's parent is also visible or the widget is obscured in any way.

Usage

gtkWidgetGetVisible(object)

Arguments

object

a GtkWidget

Details

See gtkWidgetSetVisible. Since 2.18

Value

[logical] TRUE if the widget is visible

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]