TextBuffer.moveMark
void moveMark(gtk.text_mark.TextMark mark, gtk.text_iter.TextIter where)Moves mark to the new location where.
Emits the gtk.text_buffer.TextBuffer.markSet signal as notification of the move.
Parameters
mark | a gtk.text_mark.TextMark |
where | new location for mark in buffer |