get_iter_location


Description:

public void get_iter_location (TextIter iter, out Rectangle location)

Gets a rectangle which roughly contains the character at iter.

The rectangle position is in buffer coordinates; use [method@Gtk.TextView.buffer_to_window_coords] to convert these coordinates to coordinates for one of the windows in the text view.

Parameters:

this

a `GtkTextView`

iter

a `GtkTextIter`

location

bounds of the character at iter