I am using buttons and mouse mouse click on tabs to change tabs and would like to disable the arrow keys from traversing the tabs. How can I bind to these events? I tried binding to wx.EVT_KEY_DOWN, but it doesn’t catch any key press that I can find.
Thanks,
···
python2.4, wx-2.6.0-gtk2-ansi
Ron Shoemaker