#include <Wt/Ext/Widget>
Public Member Functions | |
~Widget () | |
Delete a widget. | |
virtual void | setHidden (bool how) |
Set whether the widget must be hidden. |
Ext Widgets wrap around JavaScript-only widgets that are provided by the Ext JS JavaScript widget library.
void Wt::Ext::Widget::setHidden | ( | bool | ) | [virtual] |
Set whether the widget must be hidden.
Hide or show the widget (including all its descendant widgets). setHidden(false) will show this widget and all child widgets that are not hidden.
Reimplemented from Wt::WWebWidget.
Reimplemented in Wt::Ext::Dialog, and Wt::Ext::MessageBox.