[wxPython-users] Re: How to know what event IDs to use in menu?

Phillip Stevens pmstevens at verizon.net
Mon Apr 23 12:26:02 PDT 2007


Hi Grant,

I think the reason for this is described on page 302 in "wxPython in Action".
It's done so that toolbar buttons can use the same handler as the menu
item.


> I'm still fuzzy on why I have to call the parent Frame's Bind()
> method rather than the menu object's bind method, but at least
> I don't have to look at event IDs in my code. ;)
>             





More information about the wxpython-users mailing list