Package: gtk

Function gtk-text-buffer-get-insert

Lambda List

gtk-text-buffer-get-insert (buffer)

Arguments

buffer -- a gtk-text-buffer object

Return Value

A gtk-text-mark insertion point mark.

Details

Returns the mark that represents the cursor (insertion point). Equivalent to calling the gtk-text-buffer-mark function to get the mark named "insert", but more efficient.
 

See also

2021-11-16