Expander.this

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

  1. this(GtkExpander* gtkExpander, bool ownedRef)
  2. this(string label, bool mnemonic)
    class Expander
    this
    (
    string label
    ,
    bool mnemonic = true
    )

Parameters

label string

the text of the label

mnemonic bool

if true characters in label that are preceded by an underscore, are underlined. If you need a literal underscore character in a label, use '__' (two underscores). The first underlined character represents a keyboard accelerator called a mnemonic.

Throws

ConstructionException GTK+ fails to create the object.

Meta