ListBoxSortFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.10" ) ]
public delegate int ListBoxSortFunc (ListBoxRow row1, ListBoxRow row2)
[ 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 |
Namespace: Gtk
Package: gtk+-3.0