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