TextBuffer.insertAtCursor

Inserts text in buffer.

Simply calls gtk.text_buffer.TextBuffer.insert, using the current cursor position as the insertion point.

class TextBuffer
void
insertAtCursor
(
string text
)

Parameters

text string

text in UTF-8 format