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 with a column in the currently used model, or -1 to display no text

Details

Accessor of the text-column slot of the gtk-icon-view class.

The slot access function gtk-icon-view-text-column returns the column with text for the icon view. The slot access function (setf gtk-icon-view-text-column) sets the column. The text column must be of type "gchararray".
 

See also

2021-3-9