IconView.setTextColumn

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

More...
class IconView
void
setTextColumn
(
int column
)

Parameters

column int

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

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead