gtkTextBufferGetIterAtChildAnchor {RGtk2}R Documentation

gtkTextBufferGetIterAtChildAnchor

Description

Obtains the location of anchor within buffer.

Usage

gtkTextBufferGetIterAtChildAnchor(object, anchor)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
anchor [GtkTextChildAnchor] a child anchor that appears in buffer

Value

A list containing the following elements:

iter [GtkTextIter] an iterator to be initialized

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]