Project

General

Profile

Bug #1387 » TabDemoWidget.h

Rajeev Gajbhiye, 08/05/2012 08:14 AM

 
// This may look like C code, but it's really -*- C++ -*-
/*
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
*
* See the LICENSE file for terms of use.
*/

#ifndef TABDEMOWIDGET_H_
#define TABDEMOWIDGET_H_

#include <Wt/WContainerWidget>

class TabDemoWidget : public Wt::WContainerWidget
{
public:
TabDemoWidget(Wt::WContainerWidget* parent = 0);
};

#endif
(2-2/3)