Package: gtk

Accessor gtk:text-tag-word

Lambda List

gtk:text-tag-word (object)

Syntax

(gtk:text-tag-word object) => setting
(setf (gtk:text-tag-word object) setting)

Arguments

object -- a gtk:text-tag object
setting -- a boolean whether this tag represents a single word

Details

The accessor for the word slot of the gtk:text-tag class gets or sets whether this tag represents a single word. This affects line breaks and cursor movement.

Since 4.6
 

See also

2025-08-13