prop_check_button_new


Description:

[ 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.

Parameters:

config

Object to which property is attached.

property_name

Name of boolean property controlled by checkbutton.

label

Label to give checkbutton (including mnemonic).

Returns:

The newly created CheckButton widget.


Namespace: GimpUi
Package: gimp-ui-3.0