IntStore.array


Description:

[ CCode ( cname = "gimp_int_store_new_array" , has_construct_function = false , type = "GtkListStore*" ) ]
[ Version ( since = "3.0" ) ]
public IntStore.array (string[] labels)

A variant of IntStore 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 ListStore.