Re: wxwindows event function arguments

2005-04-07 Thread Greg Krohn
lotmr wrote: I have a windows launch bar application that sits in the system tray. What I want to do is when i click on a button in the launch menu, it calls the event which then calls 'OnLaunch('path')' this does not seem possible. When I change 'OnLaunch(self, event)' to 'OnLaunch(self, event, pa

wxwindows event function arguments

2005-04-07 Thread lotmr
I have a windows launch bar application that sits in the system tray. What I want to do is when i click on a button in the launch menu, it calls the event which then calls 'OnLaunch('path')' this does not seem possible. When I change 'OnLaunch(self, event)' to 'OnLaunch(self, event, path)' it says