IntComboBox


Description:

[ CCode ( cname = "gimp_int_combo_box_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.2" ) ]
public IntComboBox (string first_label, ...)

Creates a GtkComboBox that has integer values associated with each item.

The items to fill the combo box with are specified as a null terminated list of label/value pairs.

If you need to construct an empty IntComboBox, it's best to use g_object_new ( GIMP_TYPE_INT_COMBO_BOX, NULL).

Parameters:

first_label

the label of the first item

...

a null terminated list of more label, value pairs

first_value

the value of the first item

Returns:

a new IntComboBox.