ultimatepp/uppdev/testOnglet/testOnglet.h
cxl d8ce94784b syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1657 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-25 20:12:22 +00:00

24 lines
431 B
C++

#ifndef _testOnglet_testOnglet_h
#define _testOnglet_testOnglet_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <testOnglet/testOnglet.lay>
#include <CtrlCore/lay.h>
class testOnglet : public WithtestOngletLayout<TopWindow> {
public:
StatusBar statusBar;
MenuBar menuBar;
void mainBar(Bar& bar);
void closeOnglet();
typedef testOnglet CLASSNAME;
testOnglet();
};
#endif