get_selected_rows
Description:
[
Version ( since =
"3.14" ) ]
public List<
unowned ListBoxRow>
get_selected_rows ()
Creates a list of all selected children.
Parameters:
Returns:
A List containing the Widget for each selected child. Free
with g_list_free when done.
|