enhance animation control

This commit is contained in:
VincentWei
2018-05-18 19:56:37 +08:00
parent c0dd8d1bcd
commit c1889bd927
2 changed files with 30 additions and 11 deletions

View File

@@ -238,6 +238,12 @@ MG_EXPORT void DestroyAnimation (ANIMATION* anim, BOOL free_it);
*/
#define ANS_FITTOANI 0x0004L
/**
* \def ANS_WINBGC
* \brief Use the background color of the window.
*/
#define ANS_WINBGC 0x0010L
/** @} end of mgext_ctrl_animation_styles */
/**
@@ -356,6 +362,12 @@ MG_EXPORT void DestroyAnimation (ANIMATION* anim, BOOL free_it);
*/
#define ANNC_DBLCLK 2
/**
* \def ANNC_NOFRAME
* \brief Indicates that there is no frame to play.
*/
#define ANNC_NOFRAME 3
/** @} end of mgext_ctrl_animation_ncs */
/** @} end of mgext_ctrl_animation */