IconView.markupColumn

int markupColumn() @property

Get markupColumn property.

Returns

The ::markup-column property contains the number of the model column

containing markup information to be displayed. The markup column must be of type G_TYPE_STRING. If this property and the :text-column property are both set to column numbers, it overrides the text column. If both are set to -1, no texts are displayed.

void markupColumn(int propval) @property

Set markupColumn property.

Parameters

propvalThe ::markup-column property contains the number of the model column containing markup information to be displayed. The markup column must be of type G_TYPE_STRING. If this property and the :text-column property are both set to column numbers, it overrides the text column. If both are set to -1, no texts are displayed.