]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/renderer.h
addind nonowned window implementation
[wxWidgets.git] / interface / renderer.h
index 22277bf446a47346410bf36e56a594e5bdbaafe3..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}
@@ -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.
     */
 };
+