gtkTextViewGetIterAtLocation {RGtk2} | R Documentation |
Retrieves the iterator at buffer coordinates x
and y
. Buffer
coordinates are coordinates for the entire buffer, not just the
currently-displayed portion. If you have coordinates from an
event, you have to convert those to buffer coordinates with
gtkTextViewWindowToBufferCoords
.
gtkTextViewGetIterAtLocation(object, x, y)
|
[GtkTextView ] a GtkTextView |
|
[integer] x position, in buffer coordinates |
|
[integer] y position, in buffer coordinates |
A list containing the following elements:
|
[GtkTextIter ] a GtkTextIter |
Derived by RGtkGen from GTK+ documentation