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