#include <GroupBox.h>
Public Member Functions | |
| GroupBox (Shell *const shell) | |
| virtual | ~GroupBox (void) |
| const cl7::string_type & | GetCaption () const |
| void | SetCaption (const cl7::string_type &caption) |
The class for grouping other controls together.
| fl7::faces::GroupBox::GroupBox | ( | Shell *const | shell | ) |
Explicit constructor.
| fl7::faces::GroupBox::~GroupBox | ( | void | ) | [virtual] |
Destructor.
| const cl7::string_type& fl7::faces::GroupBox::GetCaption | ( | ) | const [inline] |
Returns the caption of this group box.
| void fl7::faces::GroupBox::SetCaption | ( | const cl7::string_type & | caption | ) | [inline] |
Sets the caption of this group box.
1.7.1