Programming guideline of WinDom
- NAME
-
EvntRedraw - Execute functions binded to WM_REDRAW message.
- PROTOTYPAGE
-
void EvntRedraw( WINDOW *win);
- PARAMETRES
-
- win:
- targeted window.
- DESCRIPTION
-
WM_REDRAW is a special event. When this event occurs,
functions binded to this message are executed several times: one
time for each rectangle of the AES rectangle list. Off course,
EvntWindow() handles that and it is transparent when we write a
redraw event function. The consequence is a redraw function
cannot be executed directly with EvntExec(). It is the goal of
EvntRedraw().
- SEE ALSO
-
EvntExec(), snd_rdw().