Package vwidget :: Module config :: Class ConfigDialog
[hide private]
[frames] | no frames]

Class ConfigDialog

source code

windows.VWindow --+
                  |
                 ConfigDialog

Instance Methods [hide private]
 
__init__(self, cfg, cfgname=None)
A dialog for editing config options.
source code
 
OptionEdited(self, renderer, path, value) source code

Inherited from windows.VWindow: delete, getGeometry, getWidget, hide, setGeometry, setSensitive, setTitle, show, textFromWidget

Method Details [hide private]

__init__(self, cfg, cfgname=None)
(Constructor)

source code 

A dialog for editing config options. If you specify "cfgname", all changes will be saved out to the specified file as they happen.

Overrides: windows.VWindow.__init__