Package: gtk

Callback gtk-list-box-filter-func

Details

Will be called whenever the row changes or is added and lets you control if the row should be visible or not.
 lambda (row)  
row
A gtk-list-box-row widget that may be filtered.
Returns
True if the row should be visible, false otherwise.
 

See also

2021-11-15