Package nMOLDYN :: Package GUI :: Module PlotNetCDFVariableDialog :: Class SettingsDialog
[hide private]
[frames] | no frames]

Class SettingsDialog

source code

Widgets.Toplevel --+
                   |
                  SettingsDialog

Sets up a dialog tp perform some settings on the plots.

Instance Methods [hide private]
 
__init__(self, parent)
The constructor.
source code
 
body(self, master)
Create dialog body.
source code
 
buttonbox(self)
Add standard button box.
source code
 
ok(self, event=None) source code
 
cancel(self, event=None) source code
 
validate(self) source code
 
apply(self) source code
 
initGlobalSettings(self) source code
 
initPlotSettings(self) source code
 
storeSettings(self) source code
 
selectColor(self, widget) source code
 
changeSettings(self, event, widgetName)
Argument:
source code
 
removePreviousPlotSettings(self)
This method removes the previous plot settings widgets.
source code
 
addPlotSettingsWidgets(self, event=None) source code
Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

The constructor.

Parameters:
  • parent - the parent widget.

body(self, master)

source code 

Create dialog body. Return widget that should have initial focus.

changeSettings(self, event, widgetName)

source code 

Argument:

  • event: either a Tkinter event, either a Tkinter control variable value that has been traced for changes.