SortListModel.this

Creates a new sort list model that uses the @sorter to sort @model.

  1. this(GtkSortListModel* gtkSortListModel, bool ownedRef)
  2. this(ListModelIF model, Sorter sorter)
    class SortListModel

Parameters

model ListModelIF

the model to sort, or %NULL

sorter Sorter

the GtkSorter to sort @model with, or %NULL

Return Value

a new GtkSortListModel

Throws

ConstructionException GTK+ fails to create the object.

Meta