[ CCode ( cname = "gtk_editable_insert_text" , vfunc_name = "insert_text" ) ]
public virtual void do_insert_text (string new_text, int new_text_length, 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.
| this |
a `GtkEditable` |
| position |
location of the position text will be inserted at |
| length |
the length of the text in bytes, or -1 |
| text |
the text to insert |