// Purpose: interface of wxWrapSizer
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
*/
virtual bool InformFirstDirection(int direction, int size,
int availableOtherDir);
+
+ virtual void RecalcSizes();
+ virtual wxSize CalcMin();
protected:
/**