[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.14" ) ]
public delegate void ListBoxForeachFunc (ListBox box, ListBoxRow row)
A function used by selected_foreach.
It will be called on every selected child of the box
.
box |
a ListBox |
row | |
user_data |
user data |