]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/animate/_animate_rename.i
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / wxPython / contrib / animate / _animate_rename.i
CommitLineData
2e5aa9c4
RD
1// A bunch of %rename directives generated by BuildRenamers in config.py
2// in order to remove the wx prefix from all global scope names.
3
4#ifndef BUILDING_RENAMERS
5
6%rename(ANIM_UNSPECIFIED) wxANIM_UNSPECIFIED;
7%rename(ANIM_DONOTREMOVE) wxANIM_DONOTREMOVE;
8%rename(ANIM_TOBACKGROUND) wxANIM_TOBACKGROUND;
9%rename(ANIM_TOPREVIOUS) wxANIM_TOPREVIOUS;
10%rename(AnimationPlayer) wxAnimationPlayer;
11%rename(AnimationBase) wxAnimationBase;
12%rename(GIFAnimation) wxGIFAnimation;
13%rename(AN_FIT_ANIMATION) wxAN_FIT_ANIMATION;
14%rename(GIFAnimationCtrl) wxGIFAnimationCtrl;
15
16#endif