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)
|
[GtkTextView ] a GtkTextView |
|
[GtkTextIter ] a GtkTextIter |
A list containing the following elements:
|
[GdkRectangle ] bounds of the character at iter |
Derived by RGtkGen from GTK+ documentation