gtkTextBufferMoveMark {RGtk2}R Documentation

gtkTextBufferMoveMark

Description

Moves mark to the new location where. Emits the "mark_set" signal as notification of the move.

Usage

gtkTextBufferMoveMark(object, mark, where)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
mark [GtkTextMark] a GtkTextMark
where [GtkTextIter] new location for mark in buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]