Changing tab order

I need to programmatically change the tab traversal order
in my program. The user can press a button that rearranges
the order of some widgets, and I need the tabbing to follow
that.

I can't find anything in the online help about it. Is
there a way to do this?

Roger

Roger Binns wrote:

I need to programmatically change the tab traversal order
in my program. The user can press a button that rearranges
the order of some widgets, and I need the tabbing to follow
that.

I can't find anything in the online help about it. Is
there a way to do this?

It's been on the wish list for a long time, but currently the only way to do it is to Destroy and recreate the widgets in the order you want the tab traversal to be.

ยทยทยท

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