CheckButton.with_label
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public CheckButton.with_label (string? label)
public CheckButton.with_label (string? label)
Creates a new CheckButton with a Label
next to it, if label
is non-null.
Parameters:
label |
the text for the check button. |
Returns:
a new CheckButton |