| Wt examples
    3.3.0
    | 
#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.
{
  return new JavascriptExample(env);
}
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 98 of file JavascriptExample.C.
{
   return WRun(argc, argv, &createApplication);
}
 1.7.5.1
 1.7.5.1