I'm using linux and have a main frame that opens child frames also. I want these child frames to always be on top, but neither of the style properties work with linux such as wxSTAY_ON_TOP or wxFRAME_FLOAT_ON_PARENT. Is there any way to get these windows to stay above the parent all the time? The api says "Windows Only", but there has to be some work around for linux. Any help would be much appreciated!