| Trees | Indices | Help |
|---|
|
|
wx.Dialog --+
|
SettingsDialog --+
|
VoiceSettingsDialog
|
|||
|
Inherited from |
|||
|
|||
wx.BoxSizer
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
title = _("Voice settings")
|
|||
|
Inherited from |
|||
|
|||
Constructs appropriate GUI controls for given SynthSetting such as label and slider.
|
Same as makeSettingControl but for string settings. Returns sizer with label and combobox. |
Same as makeSettingControl but for boolean settings. Returns checkbox. |
Populate the dialog with settings controls. Subclasses must override this method.
|
Called after the dialog has been created. For example, this might be used to set focus to the desired control. Sub-classes may override this method.
|
Take action in response to the Cancel button being pressed. Sub-classes may extend this method. This base method should always be called to clean up the dialog.
|
Take action in response to the OK button being pressed. Sub-classes may extend this method. This base method should always be called to clean up the dialog.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:58 2011 | http://epydoc.sourceforge.net |