Method

GtkEntryset_text

Declaration [src]

void
gtk_entry_set_text (
  GtkEntry* entry,
  const gchar* text
)

Description [src]

Sets the text in the widget to the given value, replacing the current contents.

See gtk_entry_buffer_set_text().

Sets propertyGtk.Entry:text

Parameters

text

Type: const gchar*

The new text.

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