1 \section{\class{wxStaticBoxSizer
}}\label{wxstaticboxsizer
}
3 wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
4 box around the sizer. Note that this static box has to be created
7 \wxheading{Derived from
}
9 \helpref{wxBoxSizer
}{wxboxsizer
}\\
10 \helpref{wxSizer
}{wxsizer
}\\
11 \helpref{wxObject
}{wxobject
}
15 \helpref{wxSizer
}{wxsizer
},
\helpref{wxStaticBox
}{wxstaticbox
},
\helpref{wxBoxSizer
}{wxboxsizer
},
\helpref{Sizer overview
}{sizeroverview
}
17 \latexignore{\rtfignore{\wxheading{Members
}}}
19 \membersection{wxStaticBoxSizer::wxStaticBoxSizer
}\label{wxstaticboxsizerwxstaticboxsizer
}
21 \func{}{wxStaticBoxSizer
}{\param{wxStaticBox*
}{box
},
\param{int
}{orient
}}
23 Constructor. It takes an associated static box and the orientation
{\it orient
}
24 as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
26 \membersection{wxStaticBoxSizer::GetStaticBox
}\label{wxstaticboxsizergetstaticbox
}
28 \func{wxStaticBox*
}{GetStaticBox
}{\void}
30 Returns the static box associated with the sizer.