gtkTextViewGetLineYrange {RGtk2} | R Documentation |
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
.
gtkTextViewGetLineYrange(object, iter)
|
[GtkTextView ] a GtkTextView |
|
[GtkTextIter ] a GtkTextIter |
A list containing the following elements:
|
[integer] return location for a y coordinate |
|
[integer] return location for a height |
Derived by RGtkGen from GTK+ documentation