]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
added raw key code and flags support (based on patch from Bryce Denney)
[wxWidgets.git] / include / wx / univ / frame.h
index 4419dea5bd7101208eb0c6730939e02befa446d9..a181bba996084f7ed949eba8d5d2573be0384047 100644 (file)
@@ -61,6 +61,9 @@ public:
     virtual void PositionToolBar();
 #endif // wxUSE_TOOLBAR
 
+    virtual int GetMinWidth() const;
+    virtual int GetMinHeight() const;
+
 protected:
     void OnSize(wxSizeEvent& event);