gtkTextViewGetLineAtY {RGtk2} | R Documentation |
Gets the GtkTextIter
at the start of the line containing
the coordinate y
. y
is in buffer coordinates, convert from
window coordinates with gtkTextViewWindowToBufferCoords
.
If non-NULL
, line.top
will be filled with the coordinate of the top
edge of the line.
gtkTextViewGetLineAtY(object, y)
|
[GtkTextView ] a GtkTextView |
|
[integer] a y coordinate |
A list containing the following elements:
|
[GtkTextIter ] a GtkTextIter |
|
[integer] return location for top coordinate of the line |
Derived by RGtkGen from GTK+ documentation