|
|
__init__(self,
rect,
nitems=1,
pad=(0.0, 0.0, 0.0, 0.0))
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
int
|
count(self)
return maximum number of items in the layout |
source code
|
|
|
|
resize(self,
k)
set maximum number of items |
source code
|
|
|
|
grow(self,
delta=1)
increase number of items by delta |
source code
|
|
|
(float,float,float,float)
|
|
|
(float,float,float,float)
|
|
|
(float,float,float,float),...
|
items(self)
returns a sequence of all items |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|