Package wx :: Package lib :: Package ogl :: Class ShapeRegion
[frames | no frames]

Type 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
  __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__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
Return repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:01:42 2007 http://epydoc.sf.net