// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// flags for wxWrapSizer
+enum
+{
+ wxEXTEND_LAST_ON_EACH_LINE,
+ wxREMOVE_LEADING_SPACES,
+ wxWRAPSIZER_DEFAULT_FLAGS
+};
+
/**
@class wxWrapSizer
*/
virtual bool InformFirstDirection(int direction, int size,
int availableOtherDir);
+
+ virtual void RecalcSizes();
+ virtual wxSize CalcMin();
protected:
/**