Package: gtk

Accessor gtk:text-tag-invisible

Lambda List

gtk:text-tag-invisible (object)

Syntax

(gtk:text-tag-invisible object) => invisible
(setf (gtk:text-tag-invisible object) invisible)

Arguments

object -- a gtk:text-tag object
invisible -- a boolean whether this text is hidden

Details

The accessor for the invisible slot gets or sets whether this text is hidden. Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a text buffer containing invisible segments.
 

See also

2026-08-28