Method

Gtk TextViewget_iter_location

Declaration [src]

void
gtk_text_view_get_iter_location(
GtkTextView*text_view,
constGtkTextIter*iter,
GdkRectangle*location
)

Description [src]

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.

Parameters

iter

Type: GtkTextIter

A GtkTextIter.

The data is owned by the caller of the method.
location

Type:

Bounds of the character at iter.

The argument will be set by the function.
The returned data is owned by the instance.

AltStyle によって変換されたページ (->オリジナル) /