Method
GtkListBoxget_selected_row
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
Returns: | GtkListBoxRow |
The selected row. |
|
The data is owned by the instance. |