Div Class Reference
List of all members.
Public Member Functions |
| Div (WContainerWidget *parent, const std::string &id) |
Detailed Description
Definition at line 33 of file Home.C.
Constructor & Destructor Documentation
Div::Div |
( |
WContainerWidget * |
parent, |
|
|
const std::string & |
id | |
|
) |
| | [inline] |
Definition at line 36 of file Home.C.
00037 : WContainerWidget(parent)
00038 {
00039 setId(id);
00040 }
The documentation for this class was generated from the following file:
- /build/buildd/witty-3.1.2/examples/wt-homepage/Home.C