Method

GntEntryset_text

Declaration [src]

void
gnt_entry_set_text (
  GntEntry* entry,
  const char* text
)

Description [src]

Set the text in an entry box.

Parameters

text

Type: const char*

The text to set in the box.

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