Event library EvntRemove() EvntEnable()
Programming guideline of WinDom

EvntDisable()

NAME

EvntDisable - Disable all functions binded to an event.

PROTOTYPAGE

int EvntDisable( WINDOW *win, int ev);

PARAMETRES

win:
targeted window or NULL,

ev:
event to disable,

DESCRIPTION

EvntDisable() disables an event : functions binded to this event will not be executed (by EvntExec() and by EvntWindom()). This function is used to disabled temporally an event.

SEE ALSO

EvntExec(), EventEnable().