SelectionFilterModel.this

Creates a new GtkSelectionFilterModel that will include the selected items from the underlying selection model.

  1. this(GtkSelectionFilterModel* gtkSelectionFilterModel, bool ownedRef)
  2. this(SelectionModelIF model)
    class SelectionFilterModel

Parameters

model SelectionModelIF

the selection model to filter, or %NULL

Return Value

a new GtkSelectionFilterModel

Throws

ConstructionException GTK+ fails to create the object.

Meta