gtkEditableInsertText
Inserts new.text.length bytes of new.text into the contents of the
widget, at position position.
gtkEditableInsertText(object, new.text, position = 0)
|
|
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.