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