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 for the tabs

Details

The accessor for the tabs slot of the gtk:text-view class gets or sets a copy of the default Pango tab array, or nil if "standard" tabs are used. Tags in the text buffer may override the defaults.
 

See also

2025-09-28