Package: gtk

Accessor gtk:icon-view-text-column

Lambda List

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

Syntax

(gtk:icon-view-text-column object) => column
(setf (gtk:icon-view-text-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

The accessor for the text-column slot of the gtk:icon-view class gets or sets the number of the model column containing the texts which are displayed. The text column must be of "gchararray" type.

Warning

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

See also

2025-09-16