CheckButton.newWithLabel
gtk.check_button.CheckButton newWithLabel(string label)Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
Parameters
label | the text for the check button. |
Returns
a #GtkWidget.
gtk.check_button.CheckButton newWithLabel(string label)Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
label | the text for the check button. |