mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 14:22:41 -06:00
17 lines
345 B
C++
17 lines
345 B
C++
#ifndef _TestChStyle_TestChStyle_h
|
|
#define _TestChStyle_TestChStyle_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <TestChStyle/TestChStyle.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class TestChStyle : public WithTestChStyleLayout<TopWindow> {
|
|
public:
|
|
typedef TestChStyle CLASSNAME;
|
|
TestChStyle();
|
|
};
|
|
|
|
#endif
|