Wt examples
4.11.3
|
#include <Wt/WApplication.h>
#include <Wt/WText.h>
#include <Wt/WImage.h>
#include <Wt/WPushButton.h>
#include "DemoTreeList.h"
#include "TreeNode.h"
#include "IconPair.h"
Go to the source code of this file.
Functions | |
std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
std::unique_ptr<WApplication> createApplication | ( | const WEnvironment & | env | ) |
Definition at line 178 of file DemoTreeList.C.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 202 of file DemoTreeList.C.