ultimatepp/bazaar/WithEnterActionTest/WithEnterActionTest.h
kohait 416bb85ad2 bazaar: Dispatcher: Link version, Gen: Visiting interface, WhenEnterAction: more flexible solution,
git-svn-id: svn://ultimatepp.org/upp/trunk@3098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 09:52:56 +00:00

27 lines
554 B
C++

#ifndef _WithEnterActionTest_WithEnterActionTest_h
#define _WithEnterActionTest_WithEnterActionTest_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#include <WithEnterAction/WithEnterAction.h>
#define LAYOUTFILE <WithEnterActionTest/WithEnterActionTest.lay>
#include <CtrlCore/lay.h>
class WithEnterActionTest : public WithWithEnterActionTestLayout<TopWindow> {
public:
typedef WithEnterActionTest CLASSNAME;
WithEnterActionTest();
void Change();
void Change2();
WithEnterAction<EditString> ed;
};
#endif