In wx.Python, how would I get the window handle (hwnd) to my frame and set its style?
- by Fry
How can I get a handle to my current window in wx.Python (hWnd) and set it's style to WS_EX_NOPARENTNOTIFY, or can I set this when I initialize the frame?
This question is a result from an answer here