Searched refs:col_name (Results 1 – 2 of 2) sorted by relevance
243 col_name = ('Key', 'Value')[i]244 col = gtk.TreeViewColumn(col_name)
82 def newCell(self, col_name, text, value = None, **properties): argument85 col = self.getColumn(col_name)