.\" This is a wxWidgets manpage page generated from the XML docs .TH wxStaticBoxSizer 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxStaticBoxSizer \- Same as wxBoxSizer, but with a surrounding static box .SH DESCRIPTION wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static box around the sizer. This static box has to be created independently or the sizer may create it itself as a convenience. .SH "PARENTS" wxBoxSizer wxSizer wxObject .SH "INCLUDE FILES" wx/sizer.h .SH MEMBERS .SS wxStaticBoxSizer (wxStaticBox* boxint orient) .SS wxStaticBoxSizer (int orientwxWindow *parentconst wxString& label = wxEmptyString) The first constructor uses an already existing static box. It takes the associated static box and the orientation orient , which can be either wxVERTICAL or wxHORIZONTAL as parameters. The second one creates a new static box with the given label and parent window. .SS wxStaticBox* GetStaticBox () Returns the static box associated with the sizer. .SH "SEE ALSO" wxBoxSizer wxSizer wxObject wxSizer wxStaticBox wxBoxSizer Sizer overview .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.