TextBuffer.insertAtCursor

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

  1. void insertAtCursor(string text)
    class TextBuffer
    void
    insertAtCursor
    (
    string text
    )
  2. void insertAtCursor(string text, int len)

Parameters

text string

some text in UTF-8 format

Meta