Package: gtk

Accessor gtk-text-tag-accumulative-margin

Lambda List

gtk-text-tag-accumulative-margin (object)

Syntax

(gtk-text-tag-accumulative-margin object) => setting
(setf (gtk-text-tag-accumulative-margin object) setting)

Arguments

object -- a gtk-text-tag object
setting -- a boolean whether the margins accumulate

Details

Accessor of the accumulative-margin slot of the gtk-text-tag class.

Whether the margins accumulate or override each other. When set to true the margins of this tag are added to the margins of any other non-accumulative margins present. When set to false the margins override one another, the default.
 

See also

2021-11-17