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

Class AboutDialog
source code

object --+        
         |        
 _EGObject --+    
             |    
     _EGWidget --+
                 |
    object --+   |
             |   |
     AutoGenId --+
                 |
                AboutDialog

A window that displays information about the application.


Attention: avoid using this directly, use AboutButton instead.

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

Inherited from _EGWidget: __get_resize_mode__, __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 AutoGenId: last_id_num

Inherited from object: __class__


Properties [hide private]

Inherited from _EGWidget: app

Inherited from _EGObject: id


Method Details [hide private]

__init__(self, app, title, author=None, description=None, help=None, version=None, license=None, copyright=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:
12                                                                    
      

spacing

Value:
6                                                                     
      

width

Value:
600                                                                   
      

height

Value:
400                                                                   
      

margin

Value:
6