[wxPython] wxPython equivalent of 'zorder' in Visual Basic'

Is there an equivalent of the VB zorder in wxPython. i.e, if you want to
change the visual plane of controls in VB(wigits) then you simpley change the
zorder and it will swap from front to back, or intermediate etc.

In wxPython I've so far noticed that if you want something to appear behind
another panel (but say, offset) that you have to write it in first, and then
add the thing you want to overlay it second. However it is sometimes easier
to to it the otherway round and simply swap the visual plane.

Any comments appreciated.

Thanks

Is there an equivalent of the VB zorder in wxPython.

No. It's something that has been discussed for addition to wxWindows, but
hasn't been done yet.

ยทยทยท

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