X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/456bc6d9b83882a3b0e919fc733898d9d331ecd6..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 6e3e82e943..9f43aa71c9 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -976,6 +976,10 @@ protected: virtual void DoSetClientData( void *data ); virtual void *DoGetClientData() const; + // Makes an adjustment to the window position (for example, a frame that has + // a toolbar that it manages itself). + virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags); + // what kind of data do we have? wxClientDataType m_clientDataType; @@ -1019,8 +1023,6 @@ private: #define sm_classwxWindowMGL sm_classwxWindow #endif // wxUniv #include "wx/mgl/window.h" -#elif defined(__WXQT__) - #include "wx/qt/window.h" #elif defined(__WXMAC__) #ifdef __WXUNIVERSAL__ #define wxWindowNative wxWindowMac