API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2024.2
since: 3.12
GList* gtk_flow_box_get_selected_children ( GtkFlowBox* box )
Creates a list of all selected children.
Available since: 3.12
Type: A list of GtkFlowBoxChild*
GtkFlowBoxChild*
A `GList` containing the `GtkWidget` for each selected child. Free with `g_list_free()` when done.