mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
11 lines
No EOL
133 B
C++
11 lines
No EOL
133 B
C++
#include "Layout.h"
|
|
|
|
Layout::Layout()
|
|
{
|
|
CtrlLayoutOK(*this, "Test");
|
|
dl.Tip("Tip!");
|
|
}
|
|
|
|
GUI_APP_MAIN {
|
|
Layout().Run();
|
|
} |