Module gnue.common.GCConfig
Valid configuration options that apply to all GNUe tools (appears
under [common] section in gnue.conf or can appear in each individual tool
section)
| Variable Summary |
tuple |
ConfigOptions = ({'Comment': 'Encoding for XML headers a...
|
ConfigOptions
-
- Type:
-
tuple
- Value:
({'Comment': 'Encoding for XML headers and for fonts in forms. Like is\
o8859-1, iso8859-13.',
'Default': 'ISO-8859-1',
'Description': 'Encoding for XML headers and for fonts in forms. Lik\
e iso8859-1, iso8859-13.',
'Name': 'textEncoding',
'Type': 'Setting',
'Typecast': <function text at 0xb776248c>},
...
|
|