Constructor
GntLabelnew
Declaration [src]
GntWidget*
gnt_label_new (
const char* text
)
Parameters
text
-
Type:
const char*
The text of the label.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GntWidget
The newly created label.
The caller of the function takes ownership of the data, and is responsible for freeing it. |