move_mark
Description:
public void move_mark (
TextMark mark,
TextIter where)
Moves mark
to the new location where
.
Emits the mark_set signal as notification of the move.
Parameters:
this |
a TextBuffer
|
mark |
a TextMark
|
where |
new location for mark in this
|