/////////////////////////////////////////////////////////////////////////////
// Name: renderer.h
-// Purpose: documentation for wxSplitterRenderParams class
+// Purpose: interface of wxSplitterRenderParams
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxDelegateRendererNative
@wxheader{renderer.h}
};
+
/**
@class wxRendererNative
@wxheader{renderer.h}
not base, class, to detect mismatches between the renderers versions and so you
have to implement it anew in all renderers.
*/
- wxRendererVersion GetVersion();
+ wxRendererVersion GetVersion() const;
/**
Load the renderer from the specified DLL, the returned pointer must be
};
+
/**
@class wxRendererVersion
@wxheader{renderer.h}
each time a new virtual method is added and so, at least for the compilers
using a common C++ object model, the calling program is compatible with any
renderer which has the age greater or equal to its age. This verification is
- done by IsCompatible method.
+ done by IsCompatible() method.
@library{wxbase}
@category{FIXME}
The version component.
*/
};
+