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

Class PreferencesDialog
source code

object --+        
         |        
 _EGObject --+    
             |    
     _EGWidget --+
                 |
    object --+   |
             |   |
     AutoGenId --+
                 |
                PreferencesDialog

A dialog to present user with preferences.

Preferences is another App area, just like left, right, center, top or bottom, but will be displayed in a separate window.


Attention: avoid using this directly, use PreferencesButton instead.

Instance Methods [hide private]
  __init__(self, app, children)
  __del__(self)
  __setup_gui__(self)
  __add_widgets_to_app__(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]

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, children)
(Constructor)

source code 
Overrides: _EGWidget.__init__

__del__(self)
(Destructor)

source code 

__setup_gui__(self)

source code 

__add_widgets_to_app__(self)

source code 

run(self)

source code