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

a GtkTextView

mark

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.20.21 Index]