CheckButton.newWithMnemonic

Creates a new gtk.check_button.CheckButton with the given text and a mnemonic.

class CheckButton
static
newWithMnemonic
(
string label = null
)

Parameters

label string

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

Return Value

Type: gtk.check_button.CheckButton