On Fri, Jan 16, 2004 at 04:16:26PM +0100, [EMAIL PROTECTED] wrote: > Since it seems quite hard to fool GTK into thinking that a Combo is > something Editable (through PyGTK at least), I began reinventing the > wheel by writing a combobox derived from a gtk.Entry. > > Should I stop that ?
Aren't there bugs open on this subject? This has been discussed at length here, and IIRC there was some consensus that something needs to be fixed (in PyGTK, IIRC). As to whether you should rewrite the GtkCombo, that's a project in itself (having implemented something like this in the past), and you might want to consider fixing the original problem (because I'm sure it *is* fixable) instead if that's an option you'll entertain :-) Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
