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

Class _Panel
source code

gtk.ScrolledWindow --+
                     |
                    _Panel
Known Subclasses:
_VPanel, _HPanel

Internal widget to arrange components.


Warning: never use it directly in Eagle applications!

Instance Methods [hide private]
  __init__(self, app, id, children)
  __setup_gui__(self)
  __add_widgets_to_app__(self)
  __get_widgets__(self)

Class Variables [hide private]
spacing  
app  
id  
children  
_horizontal  
_hscrollbar_policy  
_vscrollbar_policy  

Method Details [hide private]

__init__(self, app, id, children)
(Constructor)

source code 

__setup_gui__(self)

source code 

__add_widgets_to_app__(self)

source code 

__get_widgets__(self)

source code 

Class Variable Details [hide private]

spacing

Value:
5                                                                      
      

app

Value:
_gen_ro_property("app")                                                
      

id

Value:
_gen_ro_property("id")                                                 
      

children

Value:
_gen_ro_property("children")                                           
      

_horizontal

Value:
None                                                                  
      

_hscrollbar_policy

Value:
None                                                                  
      

_vscrollbar_policy

Value:
None