GatoConfiguration provides a collection of all editable
configuration items Configurations are read from
- default_cfg string
- gato.cfg
- ~user/.gato.cfg
Methods
|
|
__init__
edit
get
set
writeBack
|
|
__init__
|
__init__ ( self, parent )
|
|
edit
|
edit ( self )
Bring up the editor for the configuration
|
|
get
|
get ( self, name )
|
|
set
|
set (
self,
name,
value,
)
|
|
writeBack
|
writeBack ( self )
write the current configuration to the user's config file
|
|