SelectionFilterModel.this

Creates a new gtk.selection_filter_model.SelectionFilterModel that will include the selected items from the underlying selection model.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.selection_model.SelectionModel model)
    class SelectionFilterModel

Parameters

model gtk.selection_model.SelectionModel

the selection model to filter

Return Value