gtkTextViewGetIterAtLocation: gtkTextViewGetIterAtLocation

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Retrieves the iterator at buffer coordinates x and y. Buffer coordinates are coordinates for the entire buffer, not just the currently-displayed portion. If you have coordinates from an event, you have to convert those to buffer coordinates with gtkTextViewWindowToBufferCoords.

Usage

1

Arguments

object

a GtkTextView

x

x position, in buffer coordinates

y

y position, in buffer coordinates

Value

A list containing the following elements:

iter

a GtkTextIter. [ out ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.