Hello,
I want to remove a pane from the wx.aui.AuiManager.
Is it possible?
I'm not sure, but this might work:
manager.DetachPane(pane) pane.Destroy() manager.Update()