tabbing between wx.Panel's

Mark Erbaugh mark at microenh.com
Sat Nov 3 17:23:34 PDT 2007


I've created a wx.Frame that has multiple wx.Panel's as some of the
panels will be re-usable on different wx.Frame's.  Is there a way to
allow the user to tab from the last input on one wx.Panel to the first
input on the next?  Right now, tabbing from the last input on a wx.Panel
goes back to the first input on the same wx.Panel.

I imagine I could trap events, but I wonder if there is a built-in way.

Thanks,
Mark





More information about the wxpython-users mailing list