views:

78

answers:

0

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.