Method

GntTreechange_text

Declaration [src]

void
gnt_tree_change_text (
  GntTree* tree,
  gpointer key,
  int colno,
  const char* text
)

Description [src]

Change the text of a column in a row.

Parameters

key

Type: gpointer

The key for the row.

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

Type: int

The index of the column.

text

Type: const char*

The new text.

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