/////////////////////////////////////////////////////////////////////////////
// Name: wrapsizer.h
-// Purpose: documentation for wxWrapSizer class
+// Purpose: interface of wxWrapSizer
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{winlayout}
- @seealso
- wxBoxSizer, wxSizer, @ref overview_sizeroverview "Sizer overview"
+ @see wxBoxSizer, wxSizer, @ref overview_sizeroverview "Sizer overview"
*/
class wxWrapSizer : public wxBoxSizer
{
bool InformFirstDirection(int direction, int size,
int availableOtherDir);
};
+