CheckButton.newWithMnemonic

gtk.check_button.CheckButton newWithMnemonic(string label = null)

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

Parameters

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

Returns