gtkTextViewMoveMarkOnscreen {RGtk2}R Documentation

gtkTextViewMoveMarkOnscreen

Description

Moves a mark within the buffer so that it's located within the currently-visible text area.

Usage

gtkTextViewMoveMarkOnscreen(object, mark)

Arguments

object [GtkTextView] a GtkTextView
mark [GtkTextMark] a GtkTextMark

Value

[logical] TRUE if the mark moved (wasn't already onscreen)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]