Method GTK2.Editable()->insert_text()
- Method insert_text
int insert_text(string text, int length, int pos)
- 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.