| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class GraphicsObject |
|
object--+ |Object--+ | GraphicsObject
GraphicsBrush,
GraphicsContext,
GraphicsFont,
GraphicsMatrix,
GraphicsPath,
GraphicsPenThis class is the superclass of native graphics objects like pens etc. It provides the internal reference counting. It is not to be instantiated by user code.
| Method Summary | |
|---|---|
| GraphicsObject |
This class is the superclass of native graphics objects like pens etc. |
__del__(self)
| |
| GraphicsRenderer |
Returns the renderer that was used to create this instance, or None if it has not been initialized yet. |
| bool |
Is this object valid (false) or still empty (true)? |
| Property Summary | |
|---|---|
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
renderer=None)
|
GetRenderer(self)Returns the renderer that was used to create this instance, or None if it has not been initialized yet.
|
IsNull(self)Is this object valid (false) or still empty (true)?
|
| Property Details |
|---|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:40 2007 | http://epydoc.sf.net |