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

Class _Table
source code

gtk.Table --+
            |
           _Table

Internal widget to arrange components in tabular form.


Warning: never use it directly in Eagle applications!

Instance Methods [hide private]
  __init__(self, id, children, horizontal=False)
  __setup_gui__(self)
Lay out components in a horizontal or vertical table.
  __get_widgets__(self)

Class Variables [hide private]
padding  
id  
children  
horizontal  

Method Details [hide private]

__init__(self, id, children, horizontal=False)
(Constructor)

source code 

__setup_gui__(self)

source code 
Lay out components in a horizontal or vertical table.

__get_widgets__(self)

source code 

Class Variable Details [hide private]

padding

Value:
3                                                                      
      

id

Value:
_gen_ro_property("id")                                                 
      

children

Value:
_gen_ro_property("children")                                           
      

horizontal

Value:
_gen_ro_property("horizontal")