ultimatepp/rainbow/Paint/Paint.upp
unodgs c095ed37da Rainbow: WinGL..
git-svn-id: svn://ultimatepp.org/upp/trunk@3596 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-02 21:23:17 +00:00

19 lines
223 B
Text

description "Paint method and Draw example\377";
uses
CtrlLib,
Framebuffer,
RichEdit;
uses(WINFB) WinFb;
uses(LINUXFB) LinuxFb;
file
Draw.cpp;
mainconfig
"" = "GUI WINFB",
"" = "GUI LINUXFB",
"" = "GUI WINGL";