TextBuffer.insertAtCursor
void insertAtCursor(string text)Simply calls [gtk.text_buffer.TextBuffer.insert], using the current cursor position as the insertion point.
Parameters
text | text in UTF-8 format |
void insertAtCursor(string text)Simply calls [gtk.text_buffer.TextBuffer.insert], using the current cursor position as the insertion point.
text | text in UTF-8 format |