Package: gtk

Accessor gtk:tree-view-column-alignment

Lambda List

gtk:tree-view-column-alignment (object)

Syntax

(gtk:tree-view-column-alignment object) => align
(setf (gtk:tree-view-column-alignment object) align)

Arguments

object -- a gtk:tree-view-column object
align -- a single float for the alignment, which is between 0.0 and 1.0 inclusive

Details

The accessor for the alignment slot of the gtk:tree-view-column class gets or sets the alignment of the title or custom widget inside the tree view column header. The alignment determines the location inside the header button, 0.0 for left, 0.5 for center, 1.0 for right alignment.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2025-09-21