API Version: 3.0
Library Version: 3.24
GList* gtk_list_box_get_selected_rows ( GtkListBox* box )
Creates a list of all selected children.
GtkListBoxRow*
A `GList` containing the `GtkWidget` for each selected child. Free with `g_list_free()` when done.