Package: gtk

Callback gtk-flow-box-sort-func

Details

A function to compare two children to determine which should come first.
 lambda (child1 child2)  
child1
The first gtk-flow-box-child widget.
child2
The second gtk-flow-box-child widget.
Returns
< 0 if child1 should be before child2, 0 if the are equal, and > 0 otherwise.
 

See also

2021-12-6