Virtual Method

Gtk.Editable.get_text

Declaration [src]

const char*
get_text (
  GtkEditable* editable
)

Description [src]

Retrieves the contents of editable.

The returned string is owned by GTK and must not be modified or freed.

Gets propertyGtk.Editable:text

Return value

Returns: const char*

a pointer to the contents of the editable

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string