]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wrapsizer.h
Add wxEventFilter and related functionality.
[wxWidgets.git] / interface / wx / wrapsizer.h
index 0900e6fe888bde4606359d7884400d1bb89636f7..f3e09387ca890daa1ed0406a8dd65a3cf7fe1dd6 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxWrapSizer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -51,6 +51,9 @@ public:
     */
     virtual bool InformFirstDirection(int direction, int size,
                                       int availableOtherDir);
+    
+    virtual void RecalcSizes();
+    virtual wxSize CalcMin();
 
 protected:
     /**