gtkExpanderGetExpanded {RGtk2.10}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 [GtkExpander] 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.10 version 2.10.6 Index]