]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/animate/_animate_rename.i
Added wrappers and a demo for the animate contrib
[wxWidgets.git] / wxPython / contrib / animate / _animate_rename.i
diff --git a/wxPython/contrib/animate/_animate_rename.i b/wxPython/contrib/animate/_animate_rename.i
new file mode 100644 (file)
index 0000000..eec258e
--- /dev/null
@@ -0,0 +1,16 @@
+// A bunch of %rename directives generated by BuildRenamers in config.py
+// in order to remove the wx prefix from all global scope names.
+
+#ifndef BUILDING_RENAMERS
+
+%rename(ANIM_UNSPECIFIED)                   wxANIM_UNSPECIFIED;
+%rename(ANIM_DONOTREMOVE)                   wxANIM_DONOTREMOVE;
+%rename(ANIM_TOBACKGROUND)                  wxANIM_TOBACKGROUND;
+%rename(ANIM_TOPREVIOUS)                    wxANIM_TOPREVIOUS;
+%rename(AnimationPlayer)                    wxAnimationPlayer;
+%rename(AnimationBase)                      wxAnimationBase;
+%rename(GIFAnimation)                       wxGIFAnimation;
+%rename(AN_FIT_ANIMATION)                   wxAN_FIT_ANIMATION;
+%rename(GIFAnimationCtrl)                   wxGIFAnimationCtrl;
+
+#endif