GimpUi » GimpUi.IntComboBox »

GimpUi.IntComboBox.new

function new(labels: Array(String)): Gtk.Widget {
    // Gjs wrapper for gimp_int_combo_box_new_array()
}
  

A variant of GimpUi.IntComboBox.new that takes an array of labels. The array indices are used as values.

Since 2.2

labels

an array of labels

Returns

a new GimpUi.IntComboBox.

More Information

  • GimpUi.IntComboBox