Method
GtkTextBufferset_text
Declaration [src]
void
gtk_text_buffer_set_text (
GtkTextBuffer* buffer,
const gchar* text,
gint len
)
Description [src]
Deletes current contents of buffer
, and inserts text
instead. If
len
is -1, text
must be nul-terminated. text
must be valid UTF-8.
Sets property | Gtk.TextBuffer:text |