TextView.getIterLocation

Gets a rectangle which roughly contains the character at iter. The rectangle position is in buffer coordinates; use gtk_text_view_buffer_to_window_coords() to convert these coordinates to coordinates for one of the windows in the text view.

class TextView
void
getIterLocation

Parameters

iter TextIter

a GtkTextIter

location Rectangle

bounds of the character at iter. out

Meta