Method

GntTreeset_selected

Declaration [src]

void
gnt_tree_set_selected (
  GntTree* tree,
  void* key
)

Description [src]

Select a row.

Parameters

key

Type: void*

The key of the row to select.

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