SetClientSize(size);
}
+
+ if (pane.IsFixed())
+ {
+ SetWindowStyleFlag(GetWindowStyleFlag() & ~wxRESIZE_BORDER);
+ }
}
wxAuiManager* wxAuiFloatingFrame::GetOwnerManager() const
// functionality to wxWidgets itself)
bool wxAuiFloatingFrame::isMouseDown()
{
- return wxGetMouseState().LeftDown();
+ return wxGetMouseState().LeftIsDown();
}