ultimatepp/upptst/TestChStyle/TestChStyle.h
cxl 778cadccfd .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13798 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-02 08:21:00 +00:00

28 lines
489 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>
struct Sample : public Ctrl {
virtual void Paint(Draw& w);
};
class TestChStyle : public WithTestChStyleLayout<TopWindow> {
public:
typedef TestChStyle CLASSNAME;
ToolBar bar;
MenuBar menu;
Sample sample;
TimeCallback tm;
TestChStyle();
};
#endif