TextBuffer.insertAtCursor

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

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

Parameters

text string

text in UTF-8 format

len int

length of text, in bytes

Meta