Method
GtkIconViewset_markup_column
since: 2.6
Declaration [src]
void
gtk_icon_view_set_markup_column (
GtkIconView* icon_view,
gint column
)
Description [src]
Sets the column with markup information for icon_view
to be
column
. The markup column must be of type #G_TYPE_STRING.
If the markup column is set to something, it overrides
the text column set by gtk_icon_view_set_text_column().
Available since: 2.6
Sets property | Gtk.IconView:markup-column |