Re: [pygtk] ComboCellEditor

2004-01-17 Thread David M. Cook
On Fri, Jan 16, 2004 at 03:52:09PM -0200, Christian Robottom Reis wrote:

> 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

Doesn't gtk 2.3 now have a combobox that implements CellEditable?

Dave Cook
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] ComboCellEditor

2004-01-16 Thread Christian Robottom Reis
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/


[pygtk] ComboCellEditor

2004-01-16 Thread [EMAIL PROTECTED]
Hello,

After reading some messages in the list archives, I see that i'm not
the only one interested in using Comboboxen inside Clists/Treeviews.

It's not necessary to have a special CellRenderer, however CellEditable
requires that the Widget derives from Entry.

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 ?

JC
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/