Method

GntEntryget_text

Declaration [src]

const char*
gnt_entry_get_text (
  GntEntry* entry
)

Description [src]

Get the text in an entry box.

Return value

Type: const char*

The current text in the entry box.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.