Method

GtkListBoxselect_row

Declaration [src]

void
gtk_list_box_select_row (
  GtkListBox* box,
  GtkListBoxRow* row
)

Description [src]

Make row the currently selected row.

Parameters

row

Type: GtkListBoxRow

The row to select.

The argument can be NULL.
The data is owned by the caller of the method.