How to make floating frames with wx.aui.AuiManager be proper windows

Posted by jhaukur on Stack Overflow See other posts from Stack Overflow or by jhaukur
Published on 2010-05-18T11:54:21Z Indexed on 2010/05/18 12:00 UTC
Read the original article Hit count: 203

Filed under:
|
|

Hello all

I'm using wxPython.

I'm trying to figure out how I can change the behavior of the wx.aui.AuiManager so that when a window is dragged to become floating, it will become a proper window with Minimize and Maximize buttons and shown in the Taskbar.

Apparently there is some subclassing done of the standard window to remove those exact features but I'm not having any luck in getting them back.

© Stack Overflow or respective owner

Related posts about wx

Related posts about wxpython