API Version: 3.0
Library Version: 3.0.0-dev0
Generated by gi-docgen 2023.1
gboolean gnt_tree_get_choice ( GntTree* tree, void* key )
Return whether a row is selected or not, where the row is a checkable item.
key
Type: void*
void*
The key for the row.
NULL
Type: gboolean
gboolean
TRUE if the row is checked, FALSE otherwise.
TRUE
FALSE