z-index equivalent in wxPython?

I have tried googling this, but I'm not sure that I can even come up with
the right query, so I'll post here. Is there an equivalent of the "z-index"
used in CSS for wxPython?

no.

Depending on the platform and the wx and platform version, Raise() might work, but...

As a rule, wx was not designed to support overlapping wx.Windows.

...this is the official stance of the wxWidgets team: the behavior of overlapping sibling windows is undefined.

···

On 8/27/12 9:57 AM, Chris Barker wrote:

On Mon, Aug 27, 2012 at 8:06 AM, tdahsu <tdahsu@gmail.com> wrote:

--
Robin Dunn
Software Craftsman