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