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 [GtkTextView] a GtkTextView

Value

A list containing the following elements:

visible.rect [GdkRectangle] rectangle to fill

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]