GimpUi » GimpUi.StringComboBox »

GimpUi.StringComboBox.new

function new(model: Gtk.TreeModel, id_column: Number(gint), label_column: Number(gint)): Gtk.Widget {
    // Gjs wrapper for gimp_string_combo_box_new()
}
  

Since 2.4

model

a Gtk.TreeModel

id_column

the model column of the ID

label_column

the modl column of the label

Returns

a new GimpUi.StringComboBox.

More Information

  • GimpUi.StringComboBox