Method

Gtk.Editable.set_text

Declaration [src]

void
gtk_editable_set_text (
  GtkEditable* editable,
  const char* text
)

Description [src]

Sets the text in the editable to the given value.

This is replacing the current contents.

Sets propertyGtk.Editable:text

Parameters

text const char*
 

the text to set

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