Method
Gtk FlowBoxselected_foreach
since: 3.12
Declaration [src]
void
gtk_flow_box_selected_foreach(
GtkFlowBox*box,
GtkFlowBoxForeachFuncfunc,
gpointerdata
)
Description [src]
Calls a function for each selected child.
Note that the selection cannot be modified from within this function.
Available since: 3.12
Parameters
func-
Type:
GtkFlowBoxForeachFuncThe function to call for each selected child.
data-
Type:
gpointerUser data to pass to the function.
The argument can beNULL.The data is owned by the caller of the method.