Gtk.ComboBox.prototype.get_model

function get_model():Gtk.TreeModel {
    // Gjs wrapper for gtk_combo_box_get_model()
}

Returns the Gtk.TreeModel which is acting as data source for combo_box.

Since 2.4

Returns

A Gtk.TreeModel which was passed during construction.