ultimatepp/upptst/VerticalLabel/main.cpp

11 lines
141 B
C++

#include "VerticalLabel.h"
VerticalLabel::VerticalLabel()
{
CtrlLayout(*this, "Window title");
}
GUI_APP_MAIN
{
VerticalLabel().Run();
}