[wxPython-users] "Tab" trough widgets?
Werner F. Bruhin
werner.bruhin at free.fr
Sat Feb 24 10:27:22 PST 2007
Hi Florian,
Florian Mayer wrote:
> How do I make [Tab] switch between my widgets and how do I tell it which
> one comes after which one?
>
Default Tab order is defined by the creation order of the widgets.
I use Boa and it has a handy option in the designer to change the tab
order, but one can also do it by hand.
There are also some methods MoveAfterInTabOrder and MoveBeforeInTabOrder
to change it after creation.
Werner
> Thanks for answering,
>
> name
>
More information about the wxpython-users
mailing list