Home | Trees | Index | Help |
|
---|
Package wx :: Class GBSpan |
|
object
--+
|
GBSpan
This class is used to hold the row and column spanning attributes of
items in a wx.GridBagSizer
. wxPython has typemaps that will
automatically convert from a 2-element sequence of integers to a
wx.GBSpan, so you can use the more pythonic representation of the span
nearly transparently in Python code.
Method Summary | |
---|---|
GBSpan |
Construct a new wxGBSpan, optionally setting the rowspan and colspan. |
__del__(self)
| |
bool |
Compare wxGBSpan for equality. |
__getitem__(self,
index)
| |
__len__(self)
| |
bool |
Compare GBSpan for inequality. |
__nonzero__(self)
| |
__reduce__(self)
| |
__repr__(self)
| |
__setitem__(self,
index,
val)
| |
__str__(self)
| |
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)
|
Property Summary | |
---|---|
colspan | |
rowspan | |
thisown : The membership flag |
Class Variable Summary | |
---|---|
bool |
__safe_for_unpickling__ = True
|
Method Details |
---|
__init__(self,
rowspan=1,
colspan=1)
|
__eq__(self,
other)
|
__ne__(self, other)Compare GBSpan for inequality.
|
asTuple(*args, **kwargs)asTuple is deprecated, use |
Property Details |
---|
colspan
|
rowspan
|
thisownThe membership flag |
Class Variable Details |
---|
__safe_for_unpickling__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:20 2007 | http://epydoc.sf.net |