CheckButton.newWithLabel
gtk.check_button.CheckButton newWithLabel(string label = null)Creates a new [gtk.check_button.CheckButton] with the given text.
Parameters
label | the text for the check button. |
Returns
a new [gtk.check_button.CheckButton]
gtk.check_button.CheckButton newWithLabel(string label = null)Creates a new [gtk.check_button.CheckButton] with the given text.
label | the text for the check button. |