Function

GtkFlowBoxForeachFunc

since: 3.12

Declaration

void
(* GtkFlowBoxForeachFunc) (
  GtkFlowBox* box,
  GtkFlowBoxChild* child,
  gpointer user_data
)

Description [src]

A function used by gtk_flow_box_selected_foreach(). It will be called on every selected child of the box.

Available since: 3.12

Parameters

box

Type: GtkFlowBox

A GtkFlowBox.

The data is owned by the caller of the function.
child

Type: GtkFlowBoxChild

A GtkFlowBoxChild.

The data is owned by the caller of the function.
user_data

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.