| Method Summary |
| GBSpan |
__init__(self,
rowspan,
colspan)
Construct a new wxGBSpan, optionally setting the rowspan and
colspan. |
| bool |
__eq__(self,
other)
Compare wxGBSpan for equality. |
| |
__getitem__(self,
index)
|
| |
__len__(self)
|
| bool |
__ne__(self,
other)
Compare GBSpan for inequality. |
| |
__nonzero__(self)
|
| |
__reduce__(self)
|
| |
__repr__(self)
|
| |
__setitem__(self,
index,
val)
|
| |
__str__(self)
|
| |
asTuple(*args,
**kwargs)
asTuple is deprecated, use Get instead |
| PyObject |
Get(self)
|
| int |
GetColspan(self)
|
| int |
GetRowspan(self)
|
| |
Set(self,
rowspan,
colspan)
|
| |
SetColspan(self,
colspan)
|
| |
SetRowspan(self,
rowspan)
|
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
Return hash(x)... |
| |
__new__(T,
S,
...)
Return a new object with type S, a subtype of T... |
| |
__reduce_ex__(...)
helper for pickle |
| |
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |