X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7dda1ffa3db91707f2a554fc3c8dffa34e0e510..c0fbf24ba6abc81db66ead334d69af670a8ec5a7:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index bdc20dfc5c..af98d65c85 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -923,7 +923,7 @@ protected: // capture/release the mouse, used by Capture/ReleaseMouse() virtual void DoCaptureMouse() = 0; virtual void DoReleaseMouse() = 0; - + // retrieve the position/size of the window virtual void DoGetPosition( int *x, int *y ) const = 0; virtual void DoGetSize( int *width, int *height ) const = 0;