Method

GntTreeset_row_flags

Declaration [src]

void
gnt_tree_set_row_flags (
  GntTree* tree,
  void* key,
  GntTextFormatFlags flags
)

Description [src]

Set flags for the text in a row in the tree.

Parameters

key

Type: void*

The key for the row.

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

Type: GntTextFormatFlags

The flags to set.