Method
GtkListBoxunselect_row
since: 3.14
Declaration [src]
void
gtk_list_box_unselect_row (
GtkListBox* box,
GtkListBoxRow* row
)
Description [src]
Unselects a single row of box, if the selection mode allows it.
Available since: 3.14
Parameters
row-
Type:
GtkListBoxRowThe row to unselected.
The data is owned by the caller of the method.