mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
20 lines
391 B
C++
20 lines
391 B
C++
#ifndef _RectCtrlTest_RectCtrlTest_h
|
|
#define _RectCtrlTest_RectCtrlTest_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#include <RectCtrl/RectCtrl.h>
|
|
|
|
#define LAYOUTFILE <RectCtrlTest/RectCtrlTest.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class RectCtrlTest : public WithRectCtrlTestLayout<TopWindow> {
|
|
public:
|
|
typedef RectCtrlTest CLASSNAME;
|
|
RectCtrlTest();
|
|
};
|
|
|
|
#endif
|
|
|