mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
15 lines
267 B
C++
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();
|
|
}
|