gtkTextBufferMoveMarkByName {RGtk2}R Documentation

gtkTextBufferMoveMarkByName

Description

Moves the mark named name (which must exist) to location where. See gtkTextBufferMoveMark for details.

Usage

gtkTextBufferMoveMarkByName(object, name, where)

Arguments

object

a GtkTextBuffer

name

name of a mark

where

new location for mark

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]