Re: wxPython: Keyboard events and TreeCtrl

2006-06-11 Thread jean-michel bain-cornu
> Am I supposed to connect the method to the Frame somehow? Or does it > automatically get called when the user hits Ctrl-I, regardless of the > fact that no other methods call OnKeyDown? I think it must be connected to the treectrl. One line or a combination of : self.Bind(wx.EVT_KEY_DOWN

wxPython: Keyboard events and TreeCtrl

2006-06-11 Thread Saketh
Hello, everyone. I am a writing an application that I want to make a stripped-down framework of Leo for Cornell note-taking. I have one TreeCtrl, a menu, and a status bar. There are two classes currently - the Application class and the Frame class. The Frame class contains all of the event handl