Package gui :: Class MainFrame
[hide private]
[frames] | no frames]

Class MainFrame

source code

settingsDialogs.wx.Frame --+
                           |
                          MainFrame

Instance Methods [hide private]
 
__init__(self) source code
 
Destroy(self) source code
 
prePopup(self)
Prepare for a popup.
source code
 
postPopup(self)
Clean up after a popup dialog or menu.
source code
 
showGui(self) source code
 
onRevertToSavedConfigurationCommand(self, evt) source code
 
onSaveConfigurationCommand(self, evt) source code
 
_popupSettingsDialog(self, dialog, *args, **kwargs) source code
 
onDefaultDictionaryCommand(self, evt) source code
 
onVoiceDictionaryCommand(self, evt) source code
 
onTemporaryDictionaryCommand(self, evt) source code
 
onExitCommand(self, evt) source code
 
onGeneralSettingsCommand(self, evt) source code
 
onSynthesizerCommand(self, evt) source code
 
onVoiceCommand(self, evt) source code
 
onBrailleCommand(self, evt) source code
 
onKeyboardSettingsCommand(self, evt) source code
 
onMouseSettingsCommand(self, evt) source code
 
onReviewCursorCommand(self, evt) source code
 
onObjectPresentationCommand(self, evt) source code
 
onBrowseModeCommand(self, evt) source code
 
onDocumentFormattingCommand(self, evt) source code
 
onSpeechSymbolsCommand(self, evt) source code
 
onAboutCommand(self, evt) source code
 
onViewLogCommand(self, evt) source code
 
onToggleSpeechViewerCommand(self, evt) source code
 
onPythonConsoleCommand(self, evt) source code
 
onReloadPluginsCommand(self, evt) source code
Method Details [hide private]

prePopup(self)

source code 

Prepare for a popup. This should be called before any dialog or menu which should pop up for the user. postPopup should be called after the dialog or menu has been shown.

Postcondition: A dialog or menu may be shown.

postPopup(self)

source code 

Clean up after a popup dialog or menu. This should be called after a dialog or menu was popped up for the user.