]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/animate.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / animate.h
index 6b49baa177ccd684781a564e6ac400fe0ebde405..5ce14baba634af2710583e0de6a73ffc3327d220 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        animate.h
-// Purpose:     documentation for wxAnimationCtrl class
+// Purpose:     interface of wxAnimationCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -32,8 +32,7 @@
     @category{ctrl}
     @appearance{animationctrl.png}
 
-    @seealso
-    wxAnimation
+    @see wxAnimation
 */
 class wxAnimationCtrl : public wxControl
 {
@@ -150,6 +149,7 @@ public:
 };
 
 
+
 /**
     @class wxAnimation
     @wxheader{animate.h}
@@ -162,11 +162,9 @@ public:
     @category{FIXME}
 
     @stdobjects
-    Objects:
-    wxNullAnimation
+    ::Objects:, ::wxNullAnimation,
 
-    @seealso
-    wxAnimationCtrl
+    @see wxAnimationCtrl
 */
 class wxAnimation : public wxGDIObject
 {
@@ -320,3 +318,17 @@ public:
     */
     wxAnimation operator =(const wxAnimation& brush);
 };
+
+
+/**
+    FIXME
+*/
+wxAnimation Objects:
+;
+
+/**
+    FIXME
+*/
+wxAnimation wxNullAnimation;
+
+