ultimatepp/uppdev/j2/j2.h
cxl 4a1c627474 Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

21 lines
312 B
C++

#ifndef _j2_j2_h
#define _j2_j2_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <j2/j2.lay>
#include <CtrlCore/lay.h>
class j2 : public Withj2Layout<TopWindow> {
public:
typedef j2 CLASSNAME;
void Quit();
void DragEnter();
void GotFocus();
j2();
};
#endif