]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/renderer.h
Show compiler version at the top of the logs.
[wxWidgets.git] / interface / renderer.h
index c82bff47f06687324bd1ef237203bd48b50bbf64..d57cc69a8a5d7e4b5e33b501f69dd3a646f29e7d 100644 (file)
@@ -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}
@@ -300,7 +302,7 @@ public:
         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
@@ -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.
     */
 };
+