I'm trying to find a way to make a wx.Frame stay on top of my other windows until I call hide().

I do not mind if it stays on top of all windows or just the windows called by my program.

I think I need to set a style on initialization and i'm currently looking through the internet trying to find a list of such styles.

I was just wondering if I am correct in assuming a style on initialization is correct.

If someone could point me in the right direction I would be grateful.

Thanks.

The style is wx.STAY_ON_TOP.

Sorry for wasting peoples time if they came to this thread.

commented: good info +5
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.