Method

GtkExpanderget_expanded

since: 2.4

Declaration [src]

gboolean
gtk_expander_get_expanded (
  GtkExpander* expander
)

Description [src]

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

See gtk_expander_set_expanded().

Available since: 2.4

Gets propertyGtk.Expander:expanded

Return value

Type: gboolean

The current state of the expander.