Module gnue.forms.GFConfig
Valid configuration options for forms (appears under [forms] section
in gnue.conf)
| Variable Summary |
tuple |
ConfigOptions = ({'Comment': 'The default user interface...
|
ConfigOptions
-
- Type:
-
tuple
- Value:
({'Comment': 'The default user interface driver to use if not specifie\
d on the command line.',
'Default': 'wx26',
'Description': 'The default user interface driver to use if not spec\
ified on the command line.',
'Name': 'DefaultUI',
'Options': ['curses', 'wx26', 'gtk2', 'qt3', 'html', 'win32'],
'Type': 'Setting',
...
|
|