[wxPython-users] Custom tab traversal order?
Robin Dunn
robin at alldunn.com
Tue Aug 1 08:43:00 PDT 2006
Silvio Moioli wrote:
> Good morning,
> I'm trying to build the UI of one of my little Python programs with
> wxGlade, and sometimes the tab order is "weird". Is there any way to
> change it?
By default the tab order is the order that the widgets are created. If
you want to change the order in code then you can do so by using the
MoveAfterInTabOrder and MoveBeforeInTabOrder methods.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list