mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
enhance animation control
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user