IntComboBox.array


Description:

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

A variant of IntComboBox that takes an array of labels.

The array indices are used as values.

Parameters:

labels

an array of labels

n_values

the number of values

Returns:

a new IntComboBox.