[wxPython-users] tabbing between wx.Panel's

Robin Dunn robin at alldunn.com
Mon Nov 5 10:46:24 PST 2007


Mark Erbaugh wrote:
> 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.

It should be automatic.   Is the common parent of the panels also a 
wx.Panel or some other container?


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list