[wxPython-users] reverse event handling?
Josiah Carlson
jcarlson at uci.edu
Fri Jun 1 14:56:32 PDT 2007
"Eric Ongerth" <ericongerth at gmail.com> wrote:
> Hello,
> I've had good luck so far with the wxWidgets/wxPython event handling
> framework. Most of the time I'm using it as intended and it's really
> helpful compared to what I remember dealing with in Motiv during my previous
> run at GUI programming circa 1992. Custom events and their binding have
> been working just fine and doing what I intend.
>
> In my current project, however, I need to send some command events in
> reverse. In other words I want a certain type of custom event to travel
> down the containment hierarchy rather than upward. Is there already a
> built-in ability to do this that I'm missing? Have others worked out a
> general way to do this?
wx.lib.pubsub
- Josiah
More information about the wxpython-users
mailing list