On mardi 23 décembre 2008, F Wolff wrote:

> This is just a hunch, but shouldn't you be returning a boolean to
> indicate whether the event should propogate further or not? My guess is
> that you are selecting page 1, and then the event is handled normally
> and the clicked one is selected.

Yes, this is what I though, but neither return True nor False worked... In 
fact, I never re-entry in my callback, as I expect. I even tried to add 
the follwing code:

while gtk.events_pending():
    gtk.main_iteration()

But it does not change anything.

-- 
    Frédéric

    http://www.gbiloba.org
_______________________________________________
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