ListBoxSortFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.10" ) ]
public delegate int ListBoxSortFunc (ListBoxRow row1, ListBoxRow row2)

Compare two rows to determine which should be first.

Parameters:

row1

the first row

row2

the second row

user_data

user data

Returns:

< 0 if row1 should be before row2, 0 if they are equal and > 0 otherwise


Namespace: Gtk
Package: gtk+-3.0