ultimatepp/reference/OptionBox/main.cpp
cxl cdc260c692 .reference
git-svn-id: svn://ultimatepp.org/upp/trunk@11747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-29 16:17:32 +00:00

13 lines
223 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <OptionBox/test.lay>
#include <CtrlCore/lay.h>
GUI_APP_MAIN
{
WithTestLayout<TopWindow> dlg;
CtrlLayoutExit(dlg, "Test");
dlg.Run();
}