gtkTextBufferGetInsert: gtkTextBufferGetInsert
Description
Returns the mark that represents the cursor (insertion point).
Equivalent to calling gtkTextBufferGetMark
to get the mark
named "insert", but very slightly more efficient, and involves less
typing.Usage
gtkTextBufferGetInsert(object)
Value
GtkTextMark
] insertion point mark. [ transfer none ]