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

Details

Accessor of the tabs slot of the gtk:label class. The gtk:label-tabs function gets the tabs for the label. The (setf gtk:label-tabs) function 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

2024-4-24