X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..e333075415c35d2e869ea585fa41f01a2c938897:/interface/renderer.h diff --git a/interface/renderer.h b/interface/renderer.h index 22277bf446..d57cc69a8a 100644 --- a/interface/renderer.h +++ b/interface/renderer.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: renderer.h -// Purpose: documentation for wxSplitterRenderParams class +// Purpose: interface of wxSplitterRenderParams // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -42,6 +42,7 @@ public: }; + /** @class wxDelegateRendererNative @wxheader{renderer.h} @@ -96,6 +97,7 @@ public: }; + /** @class wxRendererNative @wxheader{renderer.h} @@ -321,6 +323,7 @@ public: }; + /** @class wxRendererVersion @wxheader{renderer.h} @@ -336,7 +339,7 @@ public: 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} @@ -364,3 +367,4 @@ public: The version component. */ }; +