]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toplevel.h
Attempts to get client origin working. Work in progress.
[wxWidgets.git] / include / wx / univ / toplevel.h
index 7abff51199c7acbae32079de27c32a672744cead..13713dd1c0204891a0440113c713cb613b987568 100644 (file)
@@ -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);