#include <iostream>#include <Wt/WApplication>#include <Wt/WBreak>#include <Wt/WContainerWidget>#include <Wt/WText>#include <Wt/WPushButton>#include "JavascriptExample.h"#include "Popup.h"Go to the source code of this file.
Functions | |
| WApplication * | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
| WApplication* createApplication | ( | const WEnvironment & | env | ) |
Definition at line 93 of file JavascriptExample.C.
00094 { 00095 return new JavascriptExample(env); 00096 }
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 98 of file JavascriptExample.C.
00099 { 00100 return WRun(argc, argv, &createApplication); 00101 }
1.5.6