]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wrapsizer.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / wrapsizer.h
index 0900e6fe888bde4606359d7884400d1bb89636f7..61bc160bb351779b8942cf51fa2703d26ae98087 100644 (file)
@@ -2,10 +2,17 @@
 // Name:        wrapsizer.h
 // Purpose:     interface of wxWrapSizer
 // Author:      wxWidgets team
 // Name:        wrapsizer.h
 // Purpose:     interface of wxWrapSizer
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
+// flags for wxWrapSizer
+enum
+{
+    wxEXTEND_LAST_ON_EACH_LINE,
+    wxREMOVE_LEADING_SPACES,
+    wxWRAPSIZER_DEFAULT_FLAGS
+};
+
 /**
     @class wxWrapSizer
 
 /**
     @class wxWrapSizer
 
@@ -51,6 +58,9 @@ public:
     */
     virtual bool InformFirstDirection(int direction, int size,
                                       int availableOtherDir);
     */
     virtual bool InformFirstDirection(int direction, int size,
                                       int availableOtherDir);
+    
+    virtual void RecalcSizes();
+    virtual wxSize CalcMin();
 
 protected:
     /**
 
 protected:
     /**