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