Package wx :: Class RendererVersion
[frames | no frames]

Type RendererVersion

object --+
         |
        RendererVersion


This simple struct represents the wx.RendererNative interface version and is only used as the return value of wx.RendererNative.GetVersion.


Method Summary
RendererVersion __init__(self, version_, age_)
This simple struct represents the wx.RendererNative interface version and is only used as the return value of wx.RendererNative.GetVersion.
  __del__(self)
  __repr__(self)
bool IsCompatible(ver)
(Static method)
    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
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Property Summary
  age
  version

Class Variable Summary
int Current_Age = 5                                                                     
int Current_Version = 1                                                                     

Instance Method Details

__init__(self, version_, age_)
(Constructor)

This simple struct represents the wx.RendererNative interface version and is only used as the return value of wx.RendererNative.GetVersion.

Parameters:
version_
           (type=int)

age_
           (type=int)

Returns:
RendererVersion
Overrides:
__builtin__.object.__init__

Class Variable Details

Current_Age

Type:
int
Value:
5                                                                     

Current_Version

Type:
int
Value:
1                                                                     

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