Animation support added to XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-22 03:00:37 +00:00
parent 8e8d11eeaa
commit 9a9ed31993
3 changed files with 16 additions and 9 deletions

View File

@@ -35,14 +35,14 @@ controls on a panel, etc. to be loaded from an XML file."
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
MAKE_CONST_WXSTRING2(UTF8String, wxT("UTF-8"));
MAKE_CONST_WXSTRING2(StyleString, wxT("style"));
MAKE_CONST_WXSTRING2(SizeString, wxT("size"));
MAKE_CONST_WXSTRING2(PosString, wxT("pos"));
MAKE_CONST_WXSTRING2(BitmapString, wxT("bitmap"));
MAKE_CONST_WXSTRING2(IconString, wxT("icon"));
MAKE_CONST_WXSTRING2(FontString, wxT("font"));
MAKE_CONST_WXSTRING2(UTF8String, wxT("UTF-8"));
MAKE_CONST_WXSTRING2(StyleString, wxT("style"));
MAKE_CONST_WXSTRING2(SizeString, wxT("size"));
MAKE_CONST_WXSTRING2(PosString, wxT("pos"));
MAKE_CONST_WXSTRING2(BitmapString, wxT("bitmap"));
MAKE_CONST_WXSTRING2(IconString, wxT("icon"));
MAKE_CONST_WXSTRING2(FontString, wxT("font"));
MAKE_CONST_WXSTRING2(AnimationString, wxT("animation"));
// Include all the files that make up this module