[ CCode ( instance_pos = 2.9 ) ]
public delegate void FlowBoxForeachFunc (FlowBox box, FlowBoxChild child)
A function used by selected_foreach.
It will be called on every selected child of the box
.
box |
a `GtkFlowBox` |
child |
a `GtkFlowBoxChild` |
user_data |
user data |