TextBuffer.moveMark
void moveMark(gtk.text_mark.TextMark mark, gtk.text_iter.TextIter where)Moves mark to the new location where.
Emits the signalGtk.TextBuffer::mark-set signal as notification of the move.
Parameters
mark | a [gtk.text_mark.TextMark] |
where | new location for mark in buffer |