[ CCode ( cname = "gimp_prop_check_button_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_check_button_new (Object config, string property_name, string? label)
Creates a CheckButton that displays and sets the specified boolean property.
If label is null, the property_name's nick will be used as label of the
returned button.
| config |
Object to which property is attached. |
| property_name |
Name of boolean property controlled by checkbutton. |
| label |
Label to give checkbutton (including mnemonic). |
|
The newly created CheckButton widget. |