Home | Trees | Index | Help |
|
---|
Package wx :: Class GBSpan |
|
object
--+
|
GBSpan
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. |
bool | __eq__(self,
other)
|
__getitem__(self,
index)
| |
__len__(self)
| |
bool | __ne__(self,
other)
|
__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 |
Class Variable Summary | |
---|---|
bool |
__safe_for_unpickling__ = True
|
Method Details |
---|
__init__(self,
rowspan=1,
colspan=1)
Construct a new wxGBSpan, optionally setting the rowspan and
colspan. The default is (1,1). (Meaning that the item occupies one
cell in each direction. |
asTuple(*args, **kwargs)asTuple is deprecated, useGet instead |
Property Details |
---|
colspan
|
rowspan
|
Class Variable Details |
---|
__safe_for_unpickling__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:54 2005 | http://epydoc.sf.net |