insertAtCursor

open fun insertAtCursor(text: String, len: Int)

Inserts @text in @buffer.

Simply calls method@Gtk.TextBuffer.insert, using the current cursor position as the insertion point.

Parameters

text

text in UTF-8 format

len

length of text, in bytes