Constructor
GntEntrynew
Declaration [src]
GntWidget*
gnt_entry_new (
const char* text
)
Parameters
text
-
Type:
const char*
The text in the new entry box.
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 entry box.
The caller of the function takes ownership of the data, and is responsible for freeing it. |