FilterListModel


Object Hierarchy:

Gtk.FilterListModel Gtk.FilterListModel Gtk.FilterListModel GLib.Object GLib.Object GLib.Object->Gtk.FilterListModel GLib.ListModel GLib.ListModel GLib.ListModel->Gtk.FilterListModel

Description:

[ CCode ( type_id = "gtk_filter_list_model_get_type ()" ) ]
public class FilterListModel : Object, ListModel

`GtkFilterListModel` is a list model that filters the elements of the underlying model according to a `GtkFilter`.

It hides some elements from the other model according to criteria given by a `GtkFilter`.

The model can be set up to do incremental searching, so that filtering long lists doesn't block the UI. See [ [email protected]_incremental] for details.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel



2022 vala-language.org