IntStore


Description:

[ CCode ( cname = "gimp_int_store_new" , has_construct_function = false , type = "GtkListStore*" ) ]
[ Version ( since = "2.2" ) ]
public IntStore (string first_label, ...)

Creates a ListStore with a number of useful columns.

IntStore is especially useful if the items you want to store are identified using an integer value.

If you need to construct an empty IntStore, it's best to use g_object_new ( GIMP_TYPE_INT_STORE, 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 IntStore.