FilterListModel.this

Creates a new GtkFilterListModel that will filter @model using the given @filter.

  1. this(GtkFilterListModel* gtkFilterListModel, bool ownedRef)
  2. this(ListModelIF model, Filter filter)
    class FilterListModel

Parameters

model ListModelIF

the model to sort, or %NULL

filter Filter

filter or %NULL to not filter items

Return Value

a new GtkFilterListModel

Throws

ConstructionException GTK+ fails to create the object.

Meta