TreeListRowSorter.setSorter
void setSorter(gtk.sorter.Sorter sorter = null)Sets the sorter to use for items with the same parent.
This sorter will be passed the [gtk.tree_list_row.TreeListRow.item] of the tree list rows passed to self.
Parameters
sorter | The sorter to use |