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

Details

Accessor of the tabs slot of the gtk:text class. The gtk:text-tabs function gets the tabstops that were set on the text entry, if any. The (setf gtk:text-tabs) function sets the tabstopps. The tabstops are applied to the text in the text entry.
 

See also

2024-5-17