#include <Wt/WGroupBox>

Public Member Functions | |
| WGroupBox (WContainerWidget *parent=0) | |
| Create a groupbox with empty title. | |
| WGroupBox (const WString &title, WContainerWidget *parent=0) | |
| Create a groupbox with given title message. | |
| const WString & | title () const |
| Get the title. | |
| void | setTitle (const WString &title) |
| Set the title. | |
| virtual void | refresh () |
| Refresh the widget. | |
WGroupBox, like WContainerWidget, is by default not inline.
| void Wt::WGroupBox::refresh | ( | ) | [virtual] |
Refresh the widget.
The refresh method is invoked when the locale is changed using WApplication::setLocale() or when the user hit the refresh button.
The widget must actualize its contents in response.
Reimplemented from Wt::WWebWidget.
1.5.6