Package: gtk

Callback gtk:list-box-filter-func

Syntax

lambda (row) => result

Arguments

row -- a gtk:list-box-row widget that may be filtered
result -- true if the row should be visible, false otherwise

Details

Will be called whenever the row changes or is added and lets you control if the row should be visible or not.
 

See also

#2024-4-13