gtkTextViewSetCursorVisible {RGtk2}R Documentation

gtkTextViewSetCursorVisible

Description

Toggles whether the insertion point is displayed. A buffer with no editable text probably shouldn't have a visible cursor, so you may want to turn the cursor off.

Usage

gtkTextViewSetCursorVisible(object, setting)

Arguments

object

a GtkTextView

setting

whether to show the insertion cursor

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]