/**
@class wxStdDialogButtonSizer
- @wxheader{sizer.h}
This class creates button layouts which conform to the standard button spacing
and ordering defined by the platform
/**
@class wxSizerItem
- @wxheader{sizer.h}
The wxSizerItem class is used to track the position, size and other
attributes of each item managed by a wxSizer. It is not usually necessary
/**
@class wxSizerFlags
- @wxheader{sizer.h}
Container for sizer items flags providing readable names for them.
/**
@class wxNotebookSizer
- @wxheader{sizer.h}
@deprecated
This class is deprecated and should not be used in new code! It is no
/**
@class wxFlexGridSizer
- @wxheader{sizer.h}
A flex grid sizer is a sizer which lays out its children in a two-dimensional
table with all table fields in one row having the same
/**
@class wxSizer
- @wxheader{sizer.h}
wxSizer is the abstract base class used for laying out subwindows in a window.
You
/**
@class wxGridSizer
- @wxheader{sizer.h}
A grid sizer is a sizer which lays out its children in a two-dimensional
table with all table fields having the same size,
/**
@class wxStaticBoxSizer
- @wxheader{sizer.h}
wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
box around the sizer. This static box may be either created independently or
/**
@class wxBoxSizer
- @wxheader{sizer.h}
The basic idea behind a box sizer is that windows will most often be laid out
in rather