TextBuffer.getInsert

Returns the mark that represents the cursor (insertion point).

Equivalent to calling gtk.text_buffer.TextBuffer.getMark to get the mark named “insert”, but very slightly more efficient, and involves less typing.

class TextBuffer
getInsert
()

Return Value

Type: gtk.text_mark.TextMark

insertion point mark