Editable.insertText
void insertText(string text, ref int position)Inserts length bytes of text into the contents of the widget, at position position.
Note that the position is in characters, not in bytes. The function updates position to point after the newly inserted text.
Parameters
text | the text to insert |
position | location of the position text will be inserted at |