X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..74c481d11721fb42343c6b79996478a2ebacde3a:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index de935b9b07..f244a5f915 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -419,6 +419,9 @@ protected: virtual void DoCaptureMouse(); virtual void DoReleaseMouse(); + // has the window been frozen by Freeze()? + bool IsFrozen() const { return m_frozenness > 0; } + // move the window to the specified location and resize it: this is called // from both DoSetSize() and DoSetClientSize() and would usually just call // ::MoveWindow() except for composite controls which will want to arrange