Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package ogl :: Class ShapeRegion |
|
object
--+
|
ShapeRegion
Object region.
Method Summary | |
---|---|
__init__(self,
region)
| |
ClearText(self)
| |
GetActualColourObject(self)
| |
GetActualPen(self)
| |
GetColour(self)
| |
GetFont(self)
| |
GetFormatMode(self)
| |
GetFormattedText(self)
| |
GetHeight(self)
| |
GetMinSize(self)
| |
GetName(self)
| |
GetPenColour(self)
| |
GetPenStyle(self)
| |
GetPosition(self)
| |
GetProportion(self)
| |
GetSize(self)
| |
GetText(self)
| |
GetWidth(self)
| |
SetColour(self,
col)
| |
SetFont(self,
f)
| |
SetFormatMode(self,
mode)
| |
SetMinSize(self,
w,
h)
| |
SetName(self,
s)
| |
SetPenColour(self,
col)
| |
SetPenStyle(self,
style)
| |
SetPosition(self,
xp,
yp)
| |
SetProportions(self,
xp,
yp)
| |
SetSize(self,
w,
h)
| |
SetText(self,
s)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:01:42 2007 | http://epydoc.sf.net |