389
387
self.graph_column = Gtk.TreeViewColumn()
390
388
self.graph_column.set_resizable(True)
391
389
self.graph_column.set_sizing(Gtk.TreeViewColumnSizing.FIXED)
390
self.graph_column.pack_start(self.graph_cell, True, True, 0)
393
391
self.graph_column.add_attribute(self.graph_cell, "node", treemodel.NODE)
394
392
self.graph_column.add_attribute(self.graph_cell, "tags", treemodel.TAGS)
395
393
self.graph_column.add_attribute(self.graph_cell, "in-lines", treemodel.LAST_LINES)