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

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

See also

2024-5-22