Package: gtk

Accessor gtk:column-view-column-title

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-column object
title -- a string for the title of the column

Details

Accessor of the title slot of the gtk:column-view-column class. The gtk:column-view-column-title function returns the title of this column. The (setf gtk:column-view-column-sorter) function sets the title. The title is displayed in the header of a gtk:column-view widget for this column and is therefore user-facing text that should be translated.
 

See also

2025-4-13