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

The gtk:text-mark object with the 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

2024-7-3