Package: gtk

Accessor gtk-tree-view-column-title

Lambda List

gtk-tree-view-column-title (object)

Syntax

(gtk-tree-view-column-title object) => title
(setf (gtk-tree-view-column-title object) title)

Arguments

object -- a gtk-tree-view-column object
title -- a string with the title of the tree view column

Details

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

The slot access function gtk-tree-view-column-title returns the title of the the tree view column. The slot access function (setf gtk-tree-view-column-spacing) sets the title. If a custom widget has been set, then this value is ignored.
 

See also

2021-2-24