ultimatepp/bazaar/PopUpTest/PopUpTest.h
2010-12-28 16:50:38 +00:00

26 lines
441 B
C++

#ifndef _PopUpTest_PopUpTest_h
#define _PopUpTest_PopUpTest_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#include <PopUpC/PopUpC.h>
#define LAYOUTFILE <PopUpTest/PopUpTest.lay>
#include <CtrlCore/lay.h>
class PopUpTest : public WithPopUpTestLayout<TopWindow> {
public:
typedef PopUpTest CLASSNAME;
PopUpTest();
void DoDrop();
void OkCB();
void CancelCB();
WithPopUpLay<PopUpC> pu;
};
#endif