X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86e30911918007925db05d4777d26704092d0af4..e6b915ed4fcc54e5bc6997e395642f8ac49670b8:/include/wx/msw/window.h?ds=sidebyside diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 30d25ba4b7..520e9db2a9 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -166,6 +166,9 @@ public: void AssociateHandle(WXWidget handle); void DissociateHandle(); + // does this window have deferred position and/or size? + bool IsSizeDeferred() const; + // implementation from now on // ========================== @@ -488,6 +491,9 @@ protected: // the background, false otherwise (i.e. the system should erase it) bool DoEraseBackground(WXHDC hDC); + // generate WM_UPDATEUISTATE if it's needed for the OS we're running under + void MSWUpdateUIState(); + private: // common part of all ctors void Init();