Package: gtk

Accessor gtk:label-tabs

Lambda List

gtk:label-tabs (object)

Syntax

(gtk:label-tabs object) => tabs
(setf (gtk:label-tabs object) tabs)

Arguments

object -- a gtk:label 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 in the label. The returned array will be nil if "standard" (8-space) tabs are used.

Since 4.8
 

See also

2026-07-21