gtkWidgetGetChildVisible {RGtk2}R Documentation

gtkWidgetGetChildVisible

Description

Gets the value set with gtkWidgetSetChildVisible. If you feel a need to use this function, your code probably needs reorganization.

Usage

gtkWidgetGetChildVisible(object)

Arguments

object [GtkWidget] a GtkWidget

Details

This function is only useful for container implementations and never should be called by an application.

Value

[logical] TRUE if the widget is mapped with the parent.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]