According to the pygtk reference documentation for gtk.ComboBoxEntry: "A new combo box entry is created and packed with a gtk.CellRendererText but no attribute mappings are set on the cell renderer."
Some of the entries in the list are quite long and so I'd like to set 'ellipsize' property on the cell renderer. The trouble is I can't figure out from the docs how I access the cell renderer for this widget. Can anyone help? -- John Green _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
