]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / univ / frame.h
index 4419dea5bd7101208eb0c6730939e02befa446d9..4f13277f1ea16556ee8f1fa85a2ef00f0fff2a24 100644 (file)
@@ -61,11 +61,14 @@ public:
     virtual void PositionToolBar();
 #endif // wxUSE_TOOLBAR
 
-protected:
-    void OnSize(wxSizeEvent& event);
+    virtual int GetMinWidth() const;
+    virtual int GetMinHeight() const;
 
     // sends wxSizeEvent to itself (used after attaching xxxBar)
-    void SendSizeEvent();
+    virtual void SendSizeEvent();
+
+protected:
+    void OnSize(wxSizeEvent& event);
 
     virtual void DoGetClientSize(int *width, int *height) const;
     virtual void DoSetClientSize(int width, int height);