class WEL_DISPATCHER General cluster: wel description: "Receives and dispatch the Windows messages to the Eiffel objects." create: make Ancestors DISPOSABLE* WEL_ABSTRACT_DISPATCHER* Queries En_change: INTEGER_32 En_errspace: INTEGER_32 En_hscroll: INTEGER_32 En_killfocus: INTEGER_32 En_maxtext: INTEGER_32 En_msgfilter: INTEGER_32 En_requestresize: INTEGER_32 En_setfocus: INTEGER_32 En_update: INTEGER_32 En_vscroll: INTEGER_32 Commands set_exception_callback (an_action: [like exception_callback] PROCEDURE [ANY, TUPLE [EXCEPTION]])