X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed72fbf723697143940bc927b1a6d6fee35beb3f..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/univ/toplevel.h diff --git a/include/wx/univ/toplevel.h b/include/wx/univ/toplevel.h index 7abff51199..ed977de59e 100644 --- a/include/wx/univ/toplevel.h +++ b/include/wx/univ/toplevel.h @@ -3,7 +3,7 @@ // 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 ///////////////////////////////////////////////////////////////////////////// @@ -138,6 +138,9 @@ public: // 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);