ultimatepp/uppdev/TestArrayCtrl/Test.h
cxl aa2166a0d9 Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1058 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-15 17:02:24 +00:00

25 lines
452 B
C++

#ifndef _TEST_H_
#define _TEST_H_
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <TestArrayCtrl/Test.lay>
#include <CtrlCore/lay.h>
#include "TestArrayCtrl.h"
class TestTabCtrl : public WithTestTabCtrlLayout<TopWindow>{
typedef _TestArrayCtrl< WithTestArrayCtrlLayout<ParentCtrl> > TestArrayCtrl;
public:
TestArrayCtrl _testArrayCtrl;
TestTabCtrl();
typedef TestTabCtrl CLASSNAME;
};
#endif