Wt examples  3.2.2
Functions
/home/koen/project/wt/public-git/wt/examples/javascript/JavascriptExample.C File Reference
#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

WApplicationcreateApplication (const WEnvironment &env)
int main (int argc, char **argv)

Function Documentation

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);
}

Generated on Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1