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