Gtk.TreeSortable
const Gtk = imports.gi.Gtk; let tree_sortable = new Gtk.TreeSortable();
Gtk.TreeSortable is an interface to be implemented by tree models which support sorting. The Gtk.TreeView uses the methods provided by this interface to sort the model.
Hierarchy
- Gtk.TreeSortable