FlowBoxSortFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.12" ) ]
public delegate int FlowBoxSortFunc (FlowBoxChild child1, FlowBoxChild child2)
[ Version ( since = "3.12" ) ]
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: gtk+-3.0