Method

GntTreeget_choice

Declaration [src]

gboolean
gnt_tree_get_choice (
  GntTree* tree,
  void* key
)

Description [src]

Return whether a row is selected or not, where the row is a checkable item.

Parameters

key

Type: void*

The key for the row.

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

Return value

Type: gboolean

TRUE if the row is checked, FALSE otherwise.