67
67
CellRendererPixbuf icon_cell = new CellRendererPixbuf();
68
68
icon_cell.stock_size = IconSize.DND;
70
73
insert_column_with_attributes(-1, "Icon", icon_cell, "icon-name", 0);
71
74
insert_column_with_attributes(-1, "Inst", new CellRendererPixbuf(), "stock-id", 2);
72
insert_column_with_attributes(-1, "Name", new CellRendererText(), "text", 1);
75
insert_column_with_attributes(-1, "Name", text, "text", 1);
74
77
get_column(2).set_sort_column_id(1);
75
78
get_column(2).set_expand(true);