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