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.