Function
GtkFlowBoxForeachFunc
Description [src]
A function used by gtk_flow_box_selected_foreach().
It will be called on every selected child of the box.
Parameters
| box | GtkFlowBox | 
| A  | |
| The data is owned by the caller of the function. | |
| child | GtkFlowBoxChild | 
| A  | |
| The data is owned by the caller of the function. | |
| user_data | gpointer | 
| User data. |