AW: [wxPython] event handlers

for this questions its best to download the wxWindows (c++) source code
and look inside...
:wink:

-----Ursprungliche Nachricht-----

路路路

Von: Cliff Wells [SMTP:logiplexsoftware@earthlink.net]
Gesendet am: Mittwoch, 22. August 2001 19:07
An: wxpython-users@lists.wxwindows.org
Betreff: [wxPython] event handlers

I am wondering about how EVT_XXX handles multiple calls. I want to change
how events are handled depending upon which mode my program is in. If I call
EVT_XXX multiple times for the same event, each time pointing to a different
method, are these event handlers chained or do subsequent calls replace the
old event handler?
--
Cliff Wells
Software Engineer
Logiplex Corporation
(800) 735-0555

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

The reason I use Python is that I don't want to read C++ :slight_smile: Actually, the
question is moot at this point anyway as I found a different way to achieve
the same effect.

路路路

On Thursday 23 August 2001 08:28, you wrote:

for this questions its best to download the wxWindows (c++) source code
and look inside...
:wink:

--
Cliff Wells
Software Engineer
Logiplex Corporation
(800) 735-0555