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

Class PreferencesButton
source code

object --+            
         |            
 _EGObject --+        
             |        
     _EGWidget --+    
                 |    
            Button --+
                     |
        object --+   |
                 |   |
         AutoGenId --+
                     |
                    PreferencesButton

Push button to show PreferencesDialog of App.

Instance Methods [hide private]
  __init__(self, id=None, expand_policy=None)
You may not provide id, it will be generated automatically

Inherited from Button: __setup_connections__, __setup_gui__

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 Button: callback, stock, stock_items

Inherited from Button (private): _gtk_stock_map

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, id=None, expand_policy=None)
(Constructor)

source code 
You may not provide id, it will be generated automatically
Overrides: Button.__init__