Package gui :: Module settingsDialogs :: Class BrowseModeDialog
[hide private]
[frames] | no frames]

Class BrowseModeDialog

source code

 wx.Dialog --+    
             |    
SettingsDialog --+
                 |
                BrowseModeDialog

Nested Classes [hide private]

Inherited from SettingsDialog: MultiInstanceError

Instance Methods [hide private]
 
makeSettings(self, settingsSizer)
Populate the dialog with settings controls.
source code
 
postInit(self)
Called after the dialog has been created.
source code
 
onOk(self, evt)
Take action in response to the OK button being pressed.
source code

Inherited from SettingsDialog: __del__, __init__, __new__, onCancel

Class Variables [hide private]
  title = _("Browse mode")

Inherited from SettingsDialog (private): _hasInstance

Method Details [hide private]

makeSettings(self, settingsSizer)

source code 

Populate the dialog with settings controls. Subclasses must override this method.

Parameters:
  • sizer - The sizer to which to add the settings controls.
Overrides: SettingsDialog.makeSettings
(inherited documentation)

postInit(self)

source code 

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.

Overrides: SettingsDialog.postInit
(inherited documentation)

onOk(self, evt)

source code 

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.

Overrides: SettingsDialog.onOk
(inherited documentation)