Method

GntTreeset_choice

Declaration [src]

void
gnt_tree_set_choice (
  GntTree* tree,
  void* key,
  gboolean set
)

Description [src]

Set whether a checkable item is checked or not.

Parameters

key

Type: void*

The key for the row.

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

Type: gboolean

TRUE if the item should be checked, FALSE if not.