TreeListRowSorter.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.sorter.Sorter sorter = null)

Create a special-purpose sorter that applies the sorting of sorter to the levels of a gtk.tree_list_model.TreeListModel.

Note that this sorter relies on gtk.tree_list_model.TreeListModel.passthrough being false as it can only sort gtk.tree_list_row.TreeListRows.

Parameters

sortera gtk.sorter.Sorter

Returns