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 slot access function gets the tabstops that were set on the entry using the (setf gtk-entry-tabs) slot access function, if any.

The tabstops in the array are applied to the entry text.
 

See also

2021-11-3