Wt examples  3.3.3
PopupChatWidget.C
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2010 Emweb bvba, Heverlee, Belgium.
3  *
4  * See the LICENSE file for terms of use.
5  */
6 
7 #include <Wt/WApplication>
8 #include <Wt/WEnvironment>
9 #include <Wt/WImage>
10 #include <Wt/WText>
11 #include <Wt/WVBoxLayout>
12 
13 #include "PopupChatWidget.h"
14 #include "SimpleChatServer.h"
15 
16 // TODO:
17  406  18 #include <Wt/WMenu>