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 with the name of the mark
pos -- new gtk-text-iter location 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

2021-8-17