mGEff API Reference
v1.2.0
An animation framework for MiniGUI apps
|
Structure defines windows animation context. More...
#include <mgeff-window-animation.h>
Data Fields | |
HDC | src_dc |
HDC | dst_dc |
HDC | sink_dc |
HWND | hwnd |
int | duration |
int | curve_type |
Structure defines windows animation context.
int _MGEFF_WindowAnimCtxt::curve_type |
curve type
HDC _MGEFF_WindowAnimCtxt::dst_dc |
Last frame of show/hide animation.
int _MGEFF_WindowAnimCtxt::duration |
duration of animation
HWND _MGEFF_WindowAnimCtxt::hwnd |
Animation window handle.
HDC _MGEFF_WindowAnimCtxt::sink_dc |
The target DC for animation output
HDC _MGEFF_WindowAnimCtxt::src_dc |
First frame of show/hide animation.