TreeListRowSorter
- Constructors:
TreeListRowSorter(**properties)
new(sorter:Gtk.Sorter=None) -> Gtk.TreeListRowSorter
Constructors
- class TreeListRowSorter
- classmethod new(sorter: Sorter | None = None) TreeListRowSorter
Create a special-purpose sorter that applies the sorting of
sorter
to the levels of aGtkTreeListModel
.Note that this sorter relies on
passthrough
beingFalse
as it can only sortTreeListRow
’s.- Parameters:
sorter – a
GtkSorter
Methods
- class TreeListRowSorter