Method

GntLabelset_text

Declaration [src]

void
gnt_label_set_text (
  GntLabel* label,
  const char* text
)

Description [src]

Change the text of a label.

Sets propertyGnt.Label:text

Parameters

text

Type: const char*

The new text to set in the label.

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