⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (370 Bytes)
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
« Previous
1
2
3
Next »
(2-2/3)
Loading...