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 gtk:tree-view-column-title function returns the title of the tree view column. The (setf gtk:tree-view-column-title) function sets the title. If a custom widget has been set, then this value is ignored.

Warning

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

See also

2024-2-19