Expander.this

Creates a new expander using label as the text of the label.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string label)
    class Expander
    this
    (
    string label = null
    )

Parameters

label string

the text of the label

Return Value

a new gtk.expander.Expander widget.