In wx.Python, how would I get the window handle (hwnd) to my frame and set its style?

Posted by Fry on Stack Overflow See other posts from Stack Overflow or by Fry
Published on 2009-06-04T17:11:15Z Indexed on 2010/06/07 9:32 UTC
Read the original article Hit count: 262

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about style

Related posts about wxpython