Class
GtkSelectionFilterModel
Description [src]
final class Gtk.SelectionFilterModel : GObject.Object {
/* No available fields */
}
GtkSelectionFilterModel
is a list model that presents the selection from
a GtkSelectionModel
.
Constructors
gtk_selection_filter_model_new
Creates a new GtkSelectionFilterModel
that will include the
selected items from the underlying selection model.
Instance methods
gtk_selection_filter_model_get_model
Gets the model currently filtered or NULL
if none.
gtk_selection_filter_model_set_model
Sets the model to be filtered.
Properties
Gtk.SelectionFilterModel:item-type
The type of items. See g_list_model_get_item_type()
.
Available since: 4.8
Gtk.SelectionFilterModel:model
The model being filtered.
Gtk.SelectionFilterModel:n-items
The number of items. See g_list_model_get_n_items()
.
Available since: 4.8