gtkTextViewGetVisibleRect {RGtk2}R Documentation

gtkTextViewGetVisibleRect

Description

Fills visible.rect with the currently-visible region of the buffer, in buffer coordinates. Convert to window coordinates with gtkTextViewBufferToWindowCoords.

Usage

gtkTextViewGetVisibleRect(object)

Arguments

object

a GtkTextView

Value

A list containing the following elements:

visible.rect

rectangle to fill

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]