mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
17 lines
No EOL
265 B
C++
17 lines
No EOL
265 B
C++
#include "CtrlTest2.h"
|
|
|
|
#define IMAGECLASS MyImg
|
|
#define IMAGEFILE <CtrlTest2/CtrlTest2.iml>
|
|
#include <Draw/iml_source.h>
|
|
|
|
CtrlTest2::CtrlTest2()
|
|
{
|
|
CtrlLayout(*this, "Window title");
|
|
}
|
|
/*
|
|
GUI_APP_MAIN
|
|
{
|
|
CtrlTest2().Icon(MyImg::icon()).Run();
|
|
}
|
|
|
|
*/ |