X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c944775f72435d2c0493113e05445898ab8baf1b..859588540321276b8e813f479dbedbd53f23a0c5:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 39cea13986..b4008d2ec9 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -417,10 +417,6 @@ public: const wxSize& incSize=wxDefaultSize) { DoSetSizeHints(minSize.x, minSize.y, maxSize.x, maxSize.y, incSize.x, incSize.y); } - virtual void DoSetSizeHints( int minW, int minH, - int maxW, int maxH, - int incW, int incH ); - // Methods for setting virtual size hints // FIXME: What are virtual size hints? @@ -1495,6 +1491,10 @@ protected: // same as DoSetSize() for the client size virtual void DoSetClientSize(int width, int height) = 0; + virtual void DoSetSizeHints( int minW, int minH, + int maxW, int maxH, + int incW, int incH ); + // move the window to the specified location and resize it: this is called // from both DoSetSize() and DoSetClientSize() and would usually just // reposition this window except for composite controls which will want to