Method GTK2.Editable()->insert_text()
- Method insert_text
intinsert_text(stringtext,intlength,intpos)- Description
Inserts text at a given position. Returns the position after the new text.
int insert_text(string text, int length, int pos)
Inserts text at a given position. Returns the position after the new text.