FlowBoxSortFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ 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 child1 should be before child2, 0 if the are equal, and > 0 otherwise


Namespace: Gtk
Package: gtk+-3.0