]> git.saurik.com Git - wxWidgets.git/blame - src/common/animatecmn.cpp
replacing old core graphics with new graphics context implementation
[wxWidgets.git] / src / common / animatecmn.cpp
CommitLineData
72045d57
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: src/common/animatecmn.cpp
3// Purpose: wxAnimation and wxAnimationCtrl
4// Author: Francesco Montorsi
5// Modified By:
6// Created: 24/09/2006
7// Id: $Id$
8// Copyright: (c) Francesco Montorsi
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12
13// ----------------------------------------------------------------------------
14// headers
15// ----------------------------------------------------------------------------
16
17// For compilers that support precompilation, includes "wx.h".
18#include "wx/wxprec.h"
19
20#if wxUSE_ANIMATIONCTRL
21
22#include "wx/animate.h"
23
24const wxChar wxAnimationCtrlNameStr[] = wxT("animationctrl");
25
26// global object
27wxAnimation wxNullAnimation;
28
29//wxIMPLEMENT_HANDLER_LIST_MANAGER(wxAnimation,
30IMPLEMENT_ABSTRACT_CLASS(wxAnimationBase, wxObject)
31IMPLEMENT_ABSTRACT_CLASS(wxAnimationCtrlBase, wxControl)
32
33
34
35#endif // wxUSE_ANIMATIONCTRL