Package: gtk

Function gtk:text-buffer-move-mark

Lambda List

gtk:text-buffer-move-mark (buffer mark pos)

Arguments

buffer -- a gtk:text-buffer object
mark -- a gtk:text-mark object, or a string for the name of the mark
pos -- a gtk:text-iter iterator for the new position for mark in the text buffer

Details

Moves the mark to the new location pos. Emits the "mark-set" signal as notification of the move.
 

See also

2025-07-27