GimpUi.IntStore.new
function new(labels: Array(String)): Gtk.ListStore {
// Gjs wrapper for gimp_int_store_new_array()
}
A variant of GimpUi.IntStore.new that takes an array of labels. The array indices are used as values.
Since 3.0
- labels
an array of labels
- Returns
a new Gtk.ListStore.