Programming guideline of WinDom
- NAME
-
EvntClear - removes all defined events.
- PROTOTYPAGE
-
void EvntClear( WINDOW *win);
- PARAMETERS
-
win: targeted window or NULL.
- DESCRIPTION
-
EvntClear() removes all events defined to a window (if win
parameter is non null) or to the application (if null).
- SEE ALSO
-
EvntAttach()