1 \section{\class{wxStaticBoxSizer
}}\label{wxstaticboxsizer
}
3 wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
4 box around the sizer. This static box has to be created independently or the
5 sizer may create it itself as a convenience.
7 \wxheading{Derived from
}
9 \helpref{wxBoxSizer
}{wxboxsizer
}\\
10 \helpref{wxSizer
}{wxsizer
}\\
11 \helpref{wxObject
}{wxobject
}
13 \wxheading{Include files
}
19 \helpref{wxSizer
}{wxsizer
},
\helpref{wxStaticBox
}{wxstaticbox
},
\helpref{wxBoxSizer
}{wxboxsizer
},
\helpref{Sizer overview
}{sizeroverview
}
21 \latexignore{\rtfignore{\wxheading{Members
}}}
24 \membersection{wxStaticBoxSizer::wxStaticBoxSizer
}\label{wxstaticboxsizerwxstaticboxsizer
}
26 \func{}{wxStaticBoxSizer
}{\param{wxStaticBox*
}{box
},
\param{int
}{orient
}}
28 \func{}{wxStaticBoxSizer
}{\param{int
}{orient
},
\param{wxWindow
}{*parent
},
\param{const wxString\&
}{label = wxEmptyString
}}
30 The first constructor uses an already existing static box. It takes the
31 associated static box and the orientation
\arg{orient
}, which can be either
32 \texttt{wxVERTICAL
} or
\texttt{wxHORIZONTAL
} as parameters.
34 The second one creates a new static box with the given label and parent window.
37 \membersection{wxStaticBoxSizer::GetStaticBox
}\label{wxstaticboxsizergetstaticbox
}
39 \func{wxStaticBox*
}{GetStaticBox
}{\void}
41 Returns the static box associated with the sizer.