Package: gtk
Accessor gtk:filter-list-model-incremental
Lambda Listgtk:filter-list-model-incremental (object) SyntaxArgumentsDetails The accessor for the incremental slot of the gtk:filter-list-model class gets or sets Whether the model should
filter items incrementally. When incremental filtering is enabled, the gtk:filter-list-model object will not run filters immediately, but will instead queue an idle handler that incrementally filters the items and adds them to the list. This of course means that items are not instantly added to the list, but only appear incrementally. When your filter blocks the UI while filtering, you might consider turning this on. Depending on your model and filters, this may become interesting around 10,000 to 100,000 items. By default, incremental filtering is disabled. See the gtk:filter-list-model-pending function for progress information about an ongoing incremental filtering operation. | See also |
2025-08-17