Creates a new GtkCheckButton with a GtkLabel to the right of it. If mnemonic is true the label will be created using Label.newWithMnemonic, so underscores in label indicate the mnemonic for the check button.
The text of the button, with an underscore in front of the mnemonic character
true if the button has an mnemnonic
ConstructionException GTK+ fails to create the object.
Creates a new GtkCheckButton with a GtkLabel to the right of it. If mnemonic is true the label will be created using Label.newWithMnemonic, so underscores in label indicate the mnemonic for the check button.