CheckButton.this

Creates a new GtkCheckButton with a GtkLabel to the right of it. If mnemonic is true the label will be created using gtk_label_new_with_mnemonic(), so underscores in label indicate the mnemonic for the check button.

Parameters

label string

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

mnemonic bool

true if the button has an mnemnonic

Throws

ConstructionException GTK+ fails to create the object.

Meta