IconView.setTextColumn

void setTextColumn(int column)

Sets the column with text for icon_view to be column. The text column must be of type G_TYPE_STRING.

Parameters

columnA column in the currently used model, or -1 to display no text

Deprecated

Use [gtk.grid_view.GridView] instead