Package: gtk

Accessor gtk:icon-view-markup-column

Lambda List

gtk:icon-view-markup-column (object)

Syntax

(gtk:icon-view-markup-column object) => column
(setf (gtk:icon-view-markup-column object) column)

Arguments

object -- a gtk:icon-view widget
column -- an integer for a column in the currently used model, or -1 to display no text

Details

Accessor of the markup-column slot of the gtk:icon-view class. The gtk:icon-view-markup-column function returns the column with markup text for the icon view. The (setf gtk:icon-view-markup-column) function sets the column with markup information.

The markup column must be of "gchararray" type. If the markup column is set to something, it overrides the text column set by the gtk:icon-view-text-column function.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

2025-3-3