ultimatepp/rainbow/Paint/Paint.upp
kohait 03d7711cad rainbow: EndSession in WinAlt
git-svn-id: svn://ultimatepp.org/upp/trunk@3676 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-19 14:05:46 +00:00

30 lines
371 B
Text

description "Paint method and Draw example\377";
uses
CtrlLib,
RichEdit;
uses(SKELETON) Skeleton;
uses(WINALT) WinAlt;
uses(WINFB) WinFb;
uses(LINUXFB) LinuxFb;
uses(SDLFB) SDLFb;
uses(WINGL) WinGl;
file
Draw.cpp;
mainconfig
"" = "GUI SKELETON",
"" = "GUI WINALT",
"" = "GUI WINFB",
"" = "GUI LINUXFB",
"" = "GUI SDLFB",
"" = "GUI WINGL",
"" = "GUI";