Developing Painter2.0

git-svn-id: svn://ultimatepp.org/upp/trunk@848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-02-10 17:31:20 +00:00
parent d7f5262fc3
commit 7c7c8dfd7e
34 changed files with 1242 additions and 116 deletions

View file

@ -1,7 +1,5 @@
#include "Examples.h"
#if 0
void TextFillGradient(Painter& sw)
{
const char *txt = "GRADIENT TEXT";
@ -14,5 +12,3 @@ void TextFillGradient(Painter& sw)
INITBLOCK {
RegisterExample("Filling text with linear gradient", TextFillGradient);
}
#endif