Method
GtkTextBufferset_text
Declaration [src]
void
gtk_text_buffer_set_text (
GtkTextBuffer* buffer,
const char* text,
int len
)
Description [src]
Deletes current contents of buffer
, and inserts text
instead. This is
automatically marked as an irreversible action in the undo stack. If you
wish to mark this action as part of a larger undo operation, call
gtk_text_buffer_delete()
and gtk_text_buffer_insert()
directly instead.
If len
is -1, text
must be nul-terminated.
text
must be valid UTF-8.
Sets property | Gtk.TextBuffer:text |