X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..8366ae934aab9f835747b0c2e456231e8795fe78:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 2e940e1ddd..734e518ca7 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -975,6 +975,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;