Method

GtkFlowBoxget_selected_children

since: 3.12

Declaration [src]

GList*
gtk_flow_box_get_selected_children (
  GtkFlowBox* box
)

Description [src]

Creates a list of all selected children.

Available since: 3.12

Return value

Type: A list of GtkFlowBoxChild*

A `GList` containing the `GtkWidget` for each selected child.
Free with `g_list_free()` when done.
The caller of the method takes ownership of the returned data container, but not the data inside it.