ultimatepp/upptst/EnableCase/main.cpp
cxl 33aeee9e23 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@12631 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-20 16:29:11 +00:00

12 lines
161 B
C++

#include "EnableCase.h"
EnableCase::EnableCase()
{
CtrlLayout(*this, "Window title");
sw.DisableCase(1);
}
GUI_APP_MAIN
{
EnableCase().Run();
}