X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22dd38478f82e47d06a476bbb3f14a70a7152364..622c5145868017d50b47e812d9f30ade57da289d:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index 8874dded7e..508875a488 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -424,11 +424,11 @@ public: // Override these methods for windows that have a virtual size // independent of their client size. eg. the virtual area of a - // wxScrolledWindow. Default is to alias VirtualSize to ClientSize. + // wxScrolledWindow. virtual void DoSetVirtualSize( int x, int y ); - virtual wxSize DoGetVirtualSize() const; // { return m_virtualSize; } - + virtual wxSize DoGetVirtualSize() const; + // Return the largest of ClientSize and BestSize (as determined // by a sizer, interior children, or other means)