Package: gtk

Accessor gtk-text-view-tabs

Lambda List

gtk-text-view-tabs (object)

Syntax

(gtk-text-view-tabs object) => tabs
(setf (gtk-text-view-tabs object) tabs)

Arguments

object -- a gtk-text-view widget
tabs -- tabs as a pango-tab-array instance

Details

Accessor of the tabs slot of the gtk-text-view class.

The gtk-text-view-tabs slot access function gets a copy of the default Pango tab array, or nil if "standard" tabs are used. The (setf gtk-text-view-tabs) slot access function sets the default tab stops for paragraphs.

Tags in the text buffer may override the defaults.
 

See also

2021-10-16