Package: gtk

Callback gtk-list-box-sort-func

Details

The type of the callback function that compares two rows to determine which should be first.
 lambda (row1 row2)  
row1
A gtk-list-box-row widget with the first row.
row2
A gtk-list-box-row widget with the second row.
Return
An integer which is < 0 if row1 should be before row2, 0 if they are equal and > 0 otherwise.
 

See also

2021-11-15