TextBuffer.moveMarkByName
void moveMarkByName(string name, gtk.text_iter.TextIter where)Moves the mark named name (which must exist) to location where.
See [gtk.text_buffer.TextBuffer.moveMark] for details.
Parameters
name | name of a mark |
where | new location for mark |