Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module pydocview :: Class DocOptionsService |
|
object
--+ |Object
--+ |EvtHandler
--+ |DocService
--+ | DocOptionsService
Method Summary | |
---|---|
Initializes the options service with the option of suppressing the default general options pane that is included with the options service by setting showGeneralOptions to False. | |
Adds an options panel to the options dialog. | |
Clears all of the options panels that have been added into the options dialog. | |
Return true if the default general options pane should allow users to change the document interface mode between SDI and MDI modes. | |
Installs a "Tools" menu with an "Options" menu item. | |
Shows the options dialog, called when the "Options" menu item is selected. | |
Checks to see if the "Options" menu item has been selected. | |
Set to true if the default general options pane should allow users to change the document interface mode between SDI and MDI modes. |
Method Details |
---|
__init__(self,
showGeneralOptions=True,
allowModeChanges=True)
Initializes the options service with the option of suppressing the default
general options pane that is included with the options service by setting
showGeneralOptions to False. It allowModeChanges is set to False, the
default general options pane will allow users to change the document
interface mode between SDI and MDI modes. |
AddOptionsPanel(self, optionsPanel)Adds an options panel to the options dialog. |
ClearOptionsPanels(self)Clears all of the options panels that have been added into the options dialog. |
GetAllowModeChanges(self)Return true if the default general options pane should allow users to change the document interface mode between SDI and MDI modes. |
InstallControls(self, frame, menuBar=None, toolBar=None, statusBar=None, document=None)Installs a "Tools" menu with an "Options" menu item.
|
OnOptions(self, event)Shows the options dialog, called when the "Options" menu item is selected. |
ProcessEvent(self, event)Checks to see if the "Options" menu item has been selected.
|
SetAllowModeChanges(self, allowModeChanges)Set to true if the default general options pane should allow users to change the document interface mode between SDI and MDI modes. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:40 2005 | http://epydoc.sf.net |