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 float with the alignment, which is between 0.0 and 1.0 inclusive

Details

Accessor of the alignment slot of the gtk-tree-view-column class.

The slot access function gtk-tree-view-column-alignment returns the current alignment of the title or custom widget inside the tree view column header. The slot access function (setf gtk-tree-view-column-alignment) sets the alignment. The alignment determines the location inside the header button, 0.0 for left, 0.5 for center, 1.0 for right alignment.
 

See also

2021-2-24