.\" This is a wxWidgets manpage page generated from the XML docs .TH wxBoxSizer 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxBoxSizer \- A sizer for laying out windows in a row or column .SH DESCRIPTION The basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either. For more information, please see Programming with wxBoxSizer . .SH "PARENTS" wxSizer wxObject .SH "INCLUDE FILES" wx/sizer.h .SH MEMBERS .SS wxBoxSizer (int orient) Constructor for a wxBoxSizer. orient may be either of wxVERTICAL or wxHORIZONTAL for creating either a column sizer or a row sizer. .SS void RecalcSizes () Implements the calculation of a box sizer's dimensions and then sets the size of its children (calling wxWindow::SetSize if the child is a window). It is used internally only and must not be called by the user. Documented for information. .SS wxSize CalcMin () Implements the calculation of a box sizer's minimal. It is used internally only and must not be called by the user. Documented for information. .SS int GetOrientation () Returns the orientation of the box sizer, either wxVERTICAL or wxHORIZONTAL. .SH "SEE ALSO" wxSizer wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.