GtkTreeSortable

The interface for sortable models used by GtkTreeView

gtk.tree_sortable.TreeSortable is an interface to be implemented by tree models which support sorting. The gtk.tree_view.TreeView uses the methods provided by this interface to sort the model.

More...
struct GtkTreeSortable

Detailed Description

Deprecated: There is no replacement for this interface. You should use gtk.sort_list_model.SortListModel to wrap your list model instead