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

a GtkTextView

iter

a GtkTextIter

Value

A list containing the following elements:

y

return location for a y coordinate

height

return location for a height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]