]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wrapsizer.h
Don't specialize std::numeric_limits<> for wxLongLong when using VC6.
[wxWidgets.git] / interface / wx / wrapsizer.h
index f48092e3fd639fafe2816f2655ff2ece3510e680..4378b2f45f26cdc85cb818c057e09f8451282bed 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxWrapSizer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -37,8 +37,7 @@ public:
         Both of these flags are on by default.
     */
     wxWrapSizer(int orient = wxHORIZONTAL,
-                int flags = wxEXTEND_LAST_ON_EACH_LINE |
-                            wxREMOVE_LEADING_SPACES);
+                int flags = wxWRAPSIZER_DEFAULT_FLAGS);
 
     /**
         Not used by an application.
@@ -50,8 +49,8 @@ public:
         Returns @true if the information was used (and the sub-item min size was
         updated).
     */
-    bool InformFirstDirection(int direction, int size,
-                              int availableOtherDir);
+    virtual bool InformFirstDirection(int direction, int size,
+                                      int availableOtherDir);
 
 protected:
     /**