insert_at_cursor
Description:
public void insert_at_cursor (
string text,
int len)
Inserts text
in this.
Simply calls [method@Gtk.TextBuffer.insert], using the current cursor position as the insertion point.
Parameters:
this |
a `GtkTextBuffer`
|
text |
text in UTF-8 format
|
len |
length of text, in bytes
|