Method
Gtk Expanderset_expanded
since: 2.4
Declaration [src]
void
gtk_expander_set_expanded(
GtkExpander*expander,
gbooleanexpanded
)
Description [src]
Sets the state of the expander. Set to TRUE, if you want
the child widget to be revealed, and FALSE if you want the
child widget to be hidden.
Available since: 2.4
Sets property
Gtk.Expander:expanded Parameters
expanded-
Type:
gbooleanWhether the child widget is revealed.