Package: gtk

Accessor gtk:text-tabs

Lambda List

gtk:text-tabs (object)

Syntax

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

Arguments

object -- a gtk:text widget
tabs -- a pango:tab-array instance for the tabstops

Details

The accessor for the tabs slot of the gtk:text class gets or sets the list of tabstops to apply to the text of the text entry.
 

See also

2025-08-11