View Single Post
  #1  
Old 03-01-2011, 12:56 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default make wx.Frame stay on top?

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...
__________________
Python
Domain Name Forum
Reply With Quote