2008/6/22 Bertrand Son Kintanar <[EMAIL PROTECTED]>: > i think this is because of your combo.set_model(self.search_lstore)which > contains two elements. an int and a string. that makes it show the id and > the name.
Yes, I thought that might be the case, but perhaps you misunderstood me: I wish to keep a ListStore with an id and a field description, but only display the field description. I want to have an id for each item in the list, because the item name is not fixed and I dislike comparing English strings in checks - they could be i18ned in the future. So my question remains: how can I display a single column from a multi-column ListStore in a ComboBox? -- Isaac _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
