cl-cffi-gtk4
API documentation
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 of the
gtk:label
class 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
gtk:label
pango:tab-array
2025-08-03