Description Usage Arguments Details Author(s)
Inserts new.text.length
bytes of new.text
into the contents of the
widget, at position position
.
1 | gtkEditableInsertText(object, new.text, position = 0)
|
|
a |
|
the text to append |
|
location of the position text will be inserted at. [ in-out ] |
Note that the position is in characters, not in bytes.
The function updates position
to point after the newly inserted text.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.