Hi All
I made a simple test, a floating pane in a frame. the pane is not dockable.
I set CloseButton(False), but the closebutton is still there(can not be
clicked)
Why the CloseButton still can be seen?
my platform is WinXP+wxPython2.8, python2.6
This is by design: on Windows, even if wxAUI does not pass a
"wx.CLOSE_BOX" style to the floating frame, the close button can still
be seen but not clicked. This is a Windows quirk, not a wxPython one.
Hi All
I made a simple test, a floating pane in a frame. the pane is not dockable.
I set CloseButton(False), but the closebutton is still there(can not be
clicked)
Why the CloseButton still can be seen?
my platform is WinXP+wxPython2.8, python2.6
This is by design: on Windows, even if wxAUI does not pass a
“wx.CLOSE_BOX” style to the floating frame, the close button can still
be seen but not clicked. This is a Windows quirk, not a wxPython one.