ultimatepp/bazaar/CtrlPosTest2/CtrlPosTest2.h
kohait b8a7124a9c bazaar: CtrlPos LeftDown fix, CtrlProp Updated fix, Properties fix, some cleanup lefover
git-svn-id: svn://ultimatepp.org/upp/trunk@3753 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-07 20:26:11 +00:00

27 lines
596 B
C++

#ifndef _CtrlPosTest2_CtrlPosTest2_h
#define _CtrlPosTest2_CtrlPosTest2_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#include <CtrlPos/CtrlPos.h>
#define LAYOUTFILE <CtrlPosTest2/CtrlPosTest2.lay>
#include <CtrlCore/lay.h>
class CtrlPosTest2 : public TopWindow {
public:
typedef CtrlPosTest2 CLASSNAME;
CtrlPosTest2();
//keep the visiting control separated from the CtrlFinder (aka CtrlPos)
//so simply visiting this TopWindow is not possible (cause of Ctrl Tree search from bottom)
WithCtrlPosTest2Layout<ParentCtrl> vis;
CtrlPos hk;
};
#endif