FlowBoxForeachFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.12" ) ]
public delegate void FlowBoxForeachFunc (FlowBox box, FlowBoxChild child)
[ Version ( since = "3.12" ) ]
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
.
Parameters:
box |
a FlowBox |
child | |
user_data |
user data |
Namespace: Gtk
Package: gtk+-3.0