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)

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 Sun Mar 26 10:01:29 2006 http://epydoc.sf.net