EditableIF.insertText

Inserts new_text_length bytes of new_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. Virtual: do_insert_text

interface EditableIF
void
insertText
(
string newText
,
ref int position
)

Parameters

newText string

the text to append

position int

location of the position text will be inserted at. inout

Meta