Method
GtkListBoxget_selected_row
since: 3.10
Declaration [src]
GtkListBoxRow*
gtk_list_box_get_selected_row (
GtkListBox* box
)
Description [src]
Gets the selected row.
Note that the box may allow multiple selection, in which
case you should use gtk_list_box_selected_foreach()
to
find all selected rows.
Available since: 3.10
Return value
Type: GtkListBoxRow
The selected row.
The returned data is owned by the instance. |