prop_boolean_combo_box_new


Description:

[ CCode ( cname = "gimp_prop_boolean_combo_box_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_boolean_combo_box_new (Object config, string property_name, string true_text, string false_text)

Creates a ComboBox widget to display and set the specified boolean property.

The combo box will have two entries, one displaying the true_text label, the other displaying the false_text label.

Parameters:

config

Object to which property is attached.

property_name

Name of boolean property controlled by combo box.

true_text

Label used for entry corresponding to true value.

false_text

Label used for entry corresponding to false value.

Returns:

The newly created ComboBox widget.


Namespace: GimpUi
Package: gimp-ui-3.0