348
349
self.graph_cell = CellRendererGraph()
349
350
self.graph_column = gtk.TreeViewColumn()
351
352
self.graph_column.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
353
354
self.graph_column.add_attribute(self.graph_cell, "node", treemodel.NODE)
354
355
self.graph_column.add_attribute(self.graph_cell, "tags", treemodel.TAGS)
355
356
self.graph_column.add_attribute(self.graph_cell, "in-lines", treemodel.LAST_LINES)