FlowBoxSortFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate int FlowBoxSortFunc (FlowBoxChild child1, FlowBoxChild child2)
public delegate int FlowBoxSortFunc (FlowBoxChild child1, FlowBoxChild child2)
A function to compare two children to determine which should come first.
Parameters:
| child1 |
the first child |
| child2 |
the second child |
| user_data |
user data |
Returns:
|
< 0 if |
Namespace: Gtk
Package: gtk4