gtkTextViewGetIterLocation {RGtk2} | R Documentation |
Gets a rectangle which roughly contains the character at iter
.
The rectangle position is in buffer coordinates; use
gtkTextViewBufferToWindowCoords
to convert these
coordinates to coordinates for one of the windows in the text view.
gtkTextViewGetIterLocation(object, iter)
|
|
|
A list containing the following elements:
|
bounds of the character at |
Derived by RGtkGen from GTK+ documentation