/////////////////////////////////////////////////////////////////////////////
// Name: animate.h
-// Purpose: documentation for wxAnimationCtrl class
+// Purpose: interface of wxAnimationCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{ctrl}
@appearance{animationctrl.png}
- @seealso
- wxAnimation
+ @see wxAnimation
*/
class wxAnimationCtrl : public wxControl
{
};
+
/**
@class wxAnimation
@wxheader{animate.h}
@category{FIXME}
@stdobjects
- Objects:
- wxNullAnimation
+ ::Objects:, ::wxNullAnimation,
- @seealso
- wxAnimationCtrl
+ @see wxAnimationCtrl
*/
class wxAnimation : public wxGDIObject
{
*/
wxAnimation operator =(const wxAnimation& brush);
};
+
+
+/**
+ FIXME
+*/
+wxAnimation Objects:
+;
+
+/**
+ FIXME
+*/
+wxAnimation wxNullAnimation;
+
+