Preventing floating minimized panels in wx.AUI

I am using AUI to manage my frame. I allow one of my panes to be minimized, but not closed, and I do not want the pane to float.

However, when I minimize a pane, the minimized item is floatable, and that floating minimized frame (window, icon …) has a close button.

Is it possible to prevent floating a minimized pane in AUI?

Josh English

auitest.py (2.77 KB)