SelectionFilterModel

open class SelectionFilterModel(pointer: <Error class: unknown class><<Error class: unknown class>>)

GtkSelectionFilterModel is a list model that presents the selection from a GtkSelectionModel.

Constructors

Link copied to clipboard
constructor(model: SelectionModel? = null)

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

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val gioListModelPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkSelectionFilterModelPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The model being filtered.

Functions

Link copied to clipboard

Gets the model currently filtered or null if none.

Link copied to clipboard
open fun setModel(model: SelectionModel? = null)

Sets the model to be filtered.