TextBuffer.insertAtCursor

Simply calls gtk_text_buffer_insert(), using the current cursor position as the insertion point.

class TextBuffer
void
insertAtCursor
(
string text
)

Parameters

text string

text in UTF-8 format

Meta