Package wx :: Package lib :: Module pydocview :: Class GeneralOptionsPanel
[frames | no frames]

Type GeneralOptionsPanel

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
                 Panel --+
                         |
                        GeneralOptionsPanel


A general options panel that is used in the OptionDialog to configure the generic properties of a pydocview application, such as "show tips at startup" and whether to use SDI or MDI for the application.
Method Summary
  __init__(self, parent, id)
Initializes the panel by adding an "Options" folder tab to the parent notebook and populating the panel with the generic properties of a pydocview application.
  OnOK(self, optionsDialog)
Updates the config based on the selections in the options panel.

Instance Method Details

__init__(self, parent, id)
(Constructor)

Initializes the panel by adding an "Options" folder tab to the parent notebook and populating the panel with the generic properties of a pydocview application.
Overrides:
wx.Panel.__init__

OnOK(self, optionsDialog)

Updates the config based on the selections in the options panel.

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:58 2005 http://epydoc.sf.net