X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74750ae4e632cc4857df654156afb9839ea43cfb..d34ad9ea8910361e3d8443ddda0ee5554dc6480d:/include/wx/univ/toplevel.h diff --git a/include/wx/univ/toplevel.h b/include/wx/univ/toplevel.h index 8b451f6ba1..3ab4c58d32 100644 --- a/include/wx/univ/toplevel.h +++ b/include/wx/univ/toplevel.h @@ -152,8 +152,7 @@ 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; + virtual wxSize GetMinSize() const; virtual wxWindow *GetInputWindow() const { return wx_const_cast(wxTopLevelWindow*, this); }