gtkTextBufferGetIterAtMark {RGtk2}R Documentation

gtkTextBufferGetIterAtMark

Description

Initializes iter with the current position of mark.

Usage

gtkTextBufferGetIterAtMark(object, mark)

Arguments

object

a GtkTextBuffer

mark

a GtkTextMark in buffer

Value

A list containing the following elements:

iter

iterator to initialize

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]