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 -- a pango:tab-array instance with the tabs

Details

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

Tags in the text buffer may override the defaults.
 

See also

2024-7-4