[wxPython-users] Custom tab traversal order?

Josiah Carlson jcarlson at uci.edu
Tue Aug 1 08:44:58 PDT 2006


Silvio Moioli <silvio at moioli.net> 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?

ctrl1.SetAfterInTabOrder(ctrl2)
ctrl1.SetBeforeInTabOrder(ctrl2)

 - Josiah





More information about the wxpython-users mailing list