gtkExpanderGetExpanded {RGtk2}R Documentation

gtkExpanderGetExpanded

Description

Queries a GtkExpander and returns its current state. Returns TRUE if the child widget is revealed.

Usage

gtkExpanderGetExpanded(object)

Arguments

object

a GtkExpander

Details

See gtkExpanderSetExpanded. Since 2.4

Value

[logical] the current state of the expander.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]