]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toplevel.h
Window management and sizer layout corrections
[wxWidgets.git] / include / wx / univ / toplevel.h
index 7abff51199c7acbae32079de27c32a672744cead..ed977de59e1ff1dd52bfdb1fc8bc07b485dcaa68 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     Top level window, abstraction of wxFrame and wxDialog
 // Author:      Vaclav Slavik
 // Id:          $Id$
 // Purpose:     Top level window, abstraction of wxFrame and wxDialog
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -138,6 +138,9 @@ public:
     // move/resize the frame interactively, i.e. let the user do it
     virtual void InteractiveMove(int flags = wxINTERACTIVE_MOVE);
 
     // move/resize the frame interactively, i.e. let the user do it
     virtual void InteractiveMove(int flags = wxINTERACTIVE_MOVE);
 
+    virtual int GetMinWidth() const;
+    virtual int GetMinHeight() const;
+
 protected:
     // handle titlebar button click event
     virtual void ClickTitleBarButton(long button);
 protected:
     // handle titlebar button click event
     virtual void ClickTitleBarButton(long button);