gtkTextBufferGetBounds {RGtk2}R Documentation

gtkTextBufferGetBounds

Description

Retrieves the first and last iterators in the buffer, i.e. the entire buffer lies within the range [start,end).

Usage

gtkTextBufferGetBounds(object)

Arguments

object [GtkTextBuffer] a GtkTextBuffer

Value

A list containing the following elements:

start [GtkTextIter] iterator to initialize with first position in the buffer
end [GtkTextIter] iterator to initialize with the end iterator

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]