mGEff API Reference  v1.2.0
An animation framework for MiniGUI apps
Data Fields
_MGEFF_WindowAnimCtxt Struct Reference

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
 

Detailed Description

Structure defines windows animation context.

Field Documentation

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.


The documentation for this struct was generated from the following file: