On Tue, 29 Mar 2005 07:20:31 +0200, Marcus Habermehl <[EMAIL PROTECTED]> wrote:
> Nikos Kouremenos schrieb:
> 
> >I want to have comboboxentry do what firefox and epiphany location 
> >comboboxentry does.
> >So I need when the user selects a previous visited site, to have an event 
> >for that. The only thing I found was changed
> >but that's not good cause it's emited on just typing a character in the 
> >entry too!
> >now I know that I can (ugly) workaround this by checking if given text by 
> >the emission even is one of those in listed in comboboxentry but that's too 
> >ugly and too many emissions of events.
> >I cannot believe that GTK lacks such a signal. ML help :)
> I'm not sure (/me isn't a genius with Python ;)). What's about the
> editing_done signal of the comboboxentry?

gtk.CellEditable.editing_done
    def editing_done()
The editing_done() method emits the "editing_done" signal that
notifies the cell renderer to update it's value from the cell.

If that's what I need then I don't know how to use it [when and how
should I call editing_done()?] and we're talking about
comboboxentry.child and I'm not sure this solves my problem.

-- 
Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | http://members.hellug.gr/nkour
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to