ultimatepp/uppdev/CtrlLibTest/main.cpp
cxl f6ab7b59ac Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-07 07:10:52 +00:00

15 lines
267 B
C++

#include "CtrlLibTest.h"
#define IMAGECLASS MyIm
#define IMAGEFILE <CtrlLibTest/CtrlLibTest.iml>
#include <Draw/iml_source.h>
CtrlLibTest::CtrlLibTest()
{
CtrlLayout(*this, "Window title");
}
GUI_APP_MAIN
{
CtrlLibTest().Icon(MyIm::icon).Run();
}