CheckButton.this

Creates a new GtkCheckButton with the given text and a mnemonic.

  1. this(GtkCheckButton* gtkCheckButton, bool ownedRef)
  2. this()
  3. this(string label)
    class CheckButton
    this
    (
    string label
    )

Parameters

label string

The text of the button, with an underscore in front of the mnemonic character

Return Value

a new GtkCheckButton

Throws

ConstructionException GTK+ fails to create the object.

Meta