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 -- an integer with a negative value if child1 should be before child2, zero if they are equal, and a positive value otherwise

Details

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

See also

2024-6-30