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 [GtkTextView] a GtkTextView
setting [logical] whether to show the insertion cursor

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]