Method

GntTreeset_expanded

Declaration [src]

void
gnt_tree_set_expanded (
  GntTree* tree,
  void* key,
  gboolean expanded
)

Description [src]

Set whether a row, which has child rows, should be expanded.

Parameters

key

Type: void*

The key of the row.

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

Type: gboolean

Whether to expand the child rows.