possible to set a frame style (always on top) dynamically?

Alec Bennett wrote:

I'm wondering if it's possible to set a frame's style dynamically. I'm specifically interested in
toggling a frame's "always on top" status, i.e. the wx.STAY_ON_TOP.

Is such a thing possible?

No, I don't think that style can be changed after the frame has been created.

···

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