Package: gtk

Callback gtk:flow-box-filter-func

Syntax

lambda (child) => result

Arguments

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

Details

A function that will be called whenever a child widget changes or is added. It lets you control if the child widget should be visible or not.
 

See also

2024-6-30