Module eagle :: Class HelpDialog
[hide private]
[frames] | no frames]

Class HelpDialog
source code

object --+        
         |        
 _EGObject --+    
             |    
     _EGWidget --+
                 |
    object --+   |
             |   |
     AutoGenId --+
                 |
                HelpDialog

A window that displays application help.


Attention: avoid using this directly, use HelpButton instead.

Instance Methods [hide private]
  __init__(self, app, title, help=None)
  __del__(self)
  __setup_gui__(self)
  __setup_text__(self)
  run(self)

Inherited from _EGWidget: __configure_orientation__, __get_widgets__, hide, set_active, set_inactive, show

Inherited from _EGObject: __repr__, __str__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Class Methods [hide private]

Inherited from AutoGenId: __get_id__


Class Variables [hide private]
border  
spacing  
width  
height  
margin  

Inherited from _EGWidget: ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL, app

Inherited from _EGObject: id

Inherited from AutoGenId: last_id_num

Inherited from object: __class__


Method Details [hide private]

__init__(self, app, title, help=None)
(Constructor)

source code 
Overrides: _EGWidget.__init__

__del__(self)
(Destructor)

source code 

__setup_gui__(self)

source code 

__setup_text__(self)

source code 

run(self)

source code 

Class Variable Details [hide private]

border

Value:
3                                                                      
      

spacing

Value:
6                                                                      
      

width

Value:
600                                                                    
      

height

Value:
400                                                                    
      

margin

Value:
3