gtkTextBufferGetInsert {RGtk2} | R Documentation |
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.
gtkTextBufferGetInsert(object)
|
[GtkTextBuffer ] a GtkTextBuffer |
[GtkTextMark
] insertion point mark
Derived by RGtkGen from GTK+ documentation