Gtk.Expander Members

The members of Gtk.Expander are listed below.

See Also: Inherited members from Gtk.Bin

Public Constructors

Internal constructor
Creates a new expander with label as its label.

Protected Constructors

Internal constructor

Public Properties

Expandedbool. The state of the expander.
[read-only]
static
GTypeGLib.GType. GType Property.
Labelstring. The text of the label of the expander.
LabelWidgetWidget. The label widget for the expander.
Spacingint. Space to put between the label and the child.
UseMarkupbool. Whether the text of the label contains markup in Pango's text markup language.
UseUnderlinebool. Whether an embedded underline in the expander label indicates a mnemonic.

Public Methods

static
New(string) : Expander
Public constructor.

Protected Methods

OnActivated()
Default handler for the Expander.Activated event.

Public Events

ActivatedEmitted when the expander is toggled.