I think this is what you want.

      cell = gtk.CellRendererText()
      cell.props.ellipsize = pango.ELLIPSIZE_END
      ls = gtk.ListStore( object)
      cb = gtk.ComboBox( ls)
      cb.pack_start( cell, True)

- Casey
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to