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