1 \section{\class{wxBoxSizer
}}\label{wxboxsizer
}
3 The basic idea behind a box sizer is that windows will most often be laid out in rather
4 simple basic geometry, typically in a row or a column or several hierarchies of either.
6 For more information, please see
\helpref{Programming with wxBoxSizer
}{boxsizerprogramming
}.
8 \wxheading{Derived from
}
10 \helpref{wxSizer
}{wxsizer
}\\
11 \helpref{wxObject
}{wxobject
}
15 \helpref{wxSizer
}{wxsizer
},
\helpref{Sizer overview
}{sizeroverview
}
17 \membersection{wxBoxSizer::wxBoxSizer
}\label{wxboxsizerwxboxsizer
}
19 \func{}{wxBoxSizer
}{\param{int
}{orient
}}
21 Constructor for a wxBoxSizer.
{\it orient
} may be either of wxVERTICAL
22 or wxHORIZONTAL for creating either a column sizer or a row sizer.
24 \membersection{wxBoxSizer::RecalcSizes
}\label{wxboxsizerrecalcsizes
}
26 \func{void
}{RecalcSizes
}{\void}
28 Implements the calculation of a box sizer's dimensions and then sets
29 the size of its its children (calling
\helpref{wxWindow::SetSize
}{wxwindowsetsize
}
30 if the child is a window). It is used internally only and must not be called
31 by the user. Documented for information.
33 \membersection{wxBoxSizer::CalcMin
}\label{wxboxsizercalcmin
}
35 \func{wxSize
}{CalcMin
}{\void}
37 Implements the calculation of a box sizer's minimal. It is used internally
38 only and must not be called by the user. Documented for information.
40 \membersection{wxBoxSizer::GetOrientation
}\label{wxboxsizergetorientation
}
42 \func{int
}{GetOrientation
}{\void}
44 Returns the orientation of the box sizer, either wxVERTICAL