[PythonReports-checkins] PythonReports/PythonReports template.py, 1.3, 1.4
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-07 13:08:44
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24819 Modified Files: template.py Log Message: added Rectangle.opaque Index: template.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/template.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** template.py 7 Dec 2006 12:50:44 -0000 1.3 --- template.py 7 Dec 2006 13:08:40 -0000 1.4 *************** *** 1,4 **** --- 1,5 ---- """PythonReports Template (PRT) structures""" """History: + 07-dec-2006 [als] added Rectangle.opaque 07-dec-2006 [als] removed "transparent" attribute of the "box" element 05-dec-2006 [als] style: imports come after version, date and exports; *************** *** 155,158 **** --- 156,160 ---- "pen": (PenType, REQUIRED), "radius": (Dimension, 0), + "opaque": (Boolean, True), }, children=( (Box, Validator.ZERO_OR_ONE), |