Method

GntTreeset_column_title

since: 2.1

Declaration [src]

void
gnt_tree_set_column_title (
  GntTree* tree,
  int index,
  const char* title
)

Description [src]

Set the title for a column.

See gnt_tree_set_column_titles(), gnt_tree_set_show_title().

Available since: 2.1

Parameters

index

Type: int

The index of the column.

title

Type: const char*

The title for the column.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.