commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8947 - trunk/gnue-reports/src/adapters/filters/Char/char


From: jan
Subject: [gnue] r8947 - trunk/gnue-reports/src/adapters/filters/Char/char
Date: Sun, 29 Oct 2006 03:44:45 -0600 (CST)

Author: jan
Date: 2006-10-29 03:44:44 -0600 (Sun, 29 Oct 2006)
New Revision: 8947

Modified:
   trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py
Log:
Close open TODO's: Add comments for report definitions

Modified: trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py
===================================================================
--- trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py       
2006-10-27 22:42:34 UTC (rev 8946)
+++ trunk/gnue-reports/src/adapters/filters/Char/char/CHParser.py       
2006-10-29 09:44:44 UTC (rev 8947)
@@ -181,19 +181,23 @@
             'condensed': {
                'Typecast': GTypecast.boolean,
                'Default': False,
-               'Description': 'TODO '},
+               'Description': 'The width of the label font. {True}, if the 
font'
+                             +' is condensed.'},
             'bold': {
                'Typecast': GTypecast.boolean,
                'Default': False,
-               'Description': 'TODO '},
+               'Description': 'The font style attribute "bold". '
+                              +'{True}, if the label font is bold.'},
             'italic': {
                'Typecast': GTypecast.boolean,
                'Default': False,
-               'Description': 'TODO '},
+               'Description': 'The font style attribute "italic". '
+                              +'{True}, if the label font is italic.'},
             'underline': {
                'Typecast': GTypecast.boolean,
                'Default': False,
-               'Description': 'TODO '},
+               'Description': 'The font style attribute "underline". '
+                              +'{True}, if the label font is underlined.'},
             'width': {
                'Required': True,
                'Typecast': GTypecast.whole,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]