gtkTextViewGetLineYrange {RGtk2}R Documentation

gtkTextViewGetLineYrange

Description

Gets the y coordinate of the top of the line containing iter, and the height of the line. The coordinate is a buffer coordinate; convert to window coordinates with gtkTextViewBufferToWindowCoords.

Usage

gtkTextViewGetLineYrange(object, iter)

Arguments

object [GtkTextView] a GtkTextView
iter [GtkTextIter] a GtkTextIter

Value

A list containing the following elements:

y [integer] return location for a y coordinate
height [integer] return location for a height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]