[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->set_text()
- Method
set_text
GTK2.TextBuffer set_text(string text, int len)
- Description
Deletes current contents of this buffer, and inserts text instead. If
len is -1, text must be nul-terminated. text must be valid UTF-8.
|