[ 1581391 ] wxAnimationCtrl XRC handler

(most of)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-21 13:59:25 +00:00
parent 8e458bb539
commit 9e29cd0a28
7 changed files with 134 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "wx/icon.h"
#include "wx/artprov.h"
#include "wx/colour.h"
#include "wx/animate.h"
#include "wx/xml/xml.h"
@@ -127,6 +128,8 @@ public:
// Destructor.
virtual ~wxXmlResource();
wxXmlNode *GetFirstRoot();
// Loads resources from XML files that match given filemask.
// This method understands VFS (see filesys.h).
bool Load(const wxString& filemask);
@@ -450,6 +453,11 @@ protected:
const wxArtClient& defaultArtClient = wxART_OTHER,
wxSize size = wxDefaultSize);
#if wxUSE_ANIMATIONCTRL
// Gets an animation.
wxAnimation GetAnimation(const wxString& param = wxT("animation"));
#endif
// Gets a font.
wxFont GetFont(const wxString& param = wxT("font"));