.\" This is a wxWidgets manpage page generated from the XML docs .TH wxStaticBox 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxStaticBox \- A static, or group box for visually grouping related controls .SH DESCRIPTION A static box is a rectangle drawn around other panel items to denote a logical grouping of items. Please note that a static box should not be used as the parent for the controls it contains, instead they should be siblings of each other. Although using a static box as a parent might work in some versions of wxWidgets, it results in a crash under, for example, wxGTK. Also, please note that because of this, the order in which you create new controls is important. Create your wxStaticBox control before any siblings that are to appear inside the wxStaticBox in order to preserve the correct Z-Order of controls. .SH "PARENTS" wxControl wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/statbox.h .SH MEMBERS .SS wxStaticBox () Default constructor. .SS wxStaticBox (wxWindow* parentwxWindowID idconst wxString& labelconst wxPoint& pos = wxDefaultPositionconst wxSize& size = wxDefaultSizelong style = 0const wxString& name = ``staticBox") Constructor, creating and showing a static box. .SS void ~wxStaticBox () Destructor, destroying the group box. .SS bool Create (wxWindow* parentwxWindowID idconst wxString& labelconst wxPoint& pos = wxDefaultPositionconst wxSize& size = wxDefaultSizelong style = 0const wxString& name = ``staticBox") Creates the static box for two-step construction. See wxStaticBox::wxStaticBox for further details. .SH "WINDOW STYLES" .SH "SEE ALSO" wxControl wxWindow wxEvtHandler wxObject wxStaticText .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.