gtkTextViewGetLineYrange: gtkTextViewGetLineYrange

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1

Arguments

object

a GtkTextView

iter

a GtkTextIter

Value

A list containing the following elements:

y

return location for a y coordinate. [ out ]

height

return location for a height. [ out ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.