Package: gtk

Accessor gtk:tree-expander-indent-for-icon

Lambda List

gtk:tree-expander-indent-for-icon (object)

Syntax

(gtk:tree-expander-indent-for-icon object) => setting
(setf (gtk:tree-expander-indent-for-icon object) setting)

Arguments

object -- a gtk:tree-expander object
setting -- true if the child should be indented without expander, otherwise false

Details

Accessor of the indent-for-icon slot of the gtk:tree-expander class. The gtk:tree-expander-indent-for-icon function gets whether the tree expander indents the child by the width of an expander-icon if it is not expandable. The (setf gtk:tree-expander-indent-for-icon) function sets whether the tree expander should indent the child by the width of an expander-icon when it is not expandable.

Since 4.6
 

See also

#2023-9-26