Package: gtk

Callback gtk:flow-box-sort-func

Syntax

lambda (child1 child2) => result

Arguments

child1 -- a first gtk:flow-box-child widget
child2 -- a second gtk:flow-box-child widget
result -- < 0 if child1 should be before child2, 0 if the are equal, and > 0 otherwise

Details

A function to compare two children to determine which should come first.
 

See also

2024-3-23