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

a GtkTextBuffer

mark

a GtkTextMark

where

new location for mark in buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]