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

Christopher Barker Chris.Barker at noaa.gov
Mon Apr 23 17:08:18 PDT 2007


Grant Edwards wrote:
>  I haven't figured out how to use the
> use the wx.Menu.Bind() method instead of the "parent" Frame's
> Bind method.  It seems to me that one ought to be telling the
> Menu object what handler to call and not the parent Frame, but
> that doesn't look like the way it's done.

correct, it's not done that way -- menus are weird, but the reason why 
is beyond me.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list