Wt examples  3.2.2
/home/koen/project/wt/public-git/wt/examples/dragdrop/DragExample.h
Go to the documentation of this file.
00001 // This may look like C code, but it's really -*- C++ -*-
00002 /*
00003  * Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
00004  *
00005  * See the LICENSE file for terms of use.
00006  */
00007 #ifndef DRAGEXAMPLE_H_
00008 #define DRAGEXAMPLE_H_
00009 
00010 #include <Wt/WContainerWidget>
00011 
00013 class DragExample: public Wt::WContainerWidget
00014 {
00015  public:
00016   DragExample(Wt::WContainerWidget *parent);
00017 };
00018 
00019 #endif
00020 

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