cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:entry-tabs
Lambda List
gtk:entry-tabs
(
object
)
Syntax
(gtk:entry-tabs object) => tabs
(setf (gtk:entry-tabs object) tabs)
Arguments
object
-- a
gtk:entry
widget
tabs
-- a
pango:tab-array
instance
Details
The accessor for the
tabs
slot of the
gtk:entry
class gets or sets the list of tabstop locations to apply to the text of the text entry.
See also
gtk:entry
pango:tab-array
2025-08-11