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 gets or sets the default tab stops for paragraphs. Returns nil if "standard" tabs are used. Tags in the text buffer may override the defaults.
 

See also

2026-07-04