unexpected_event $SSW_SMEI_UCSD/sat/idl/widget/unexpected_event.pro
[Previous] [Next]
 NAME:
	unexpected_event
 PURPOSE:
       Used to process unexpected events in widgets (i.e. events which are
	ignored by the event handler).
 CATEGORY:
 CALLING SEQUENCE:
	unexpected_event, event [,/destroy]
 INPUTS:
	event	    array[1]; type: structure
		    the event structure passed to the event handler
 OPTIONAL INPUT PARAMETERS:
	/destroy    if set, the event structure is destroyed (i.e. the scalar
		value 0L is returned in the input argument 'event'
 OUTPUTS:
	event	    if /destroy is set then event=0L is returned;
		if /destroy NOT set the input event structure is not modified
 CALLSE;
	InitVar
 CALLS: ***
	InitVar
 CALLED BY:
	qEphem, qImage, qImage_cw, qLoadCT, qShow, qTool, qView, qslider_cw, qsmei_sky, qvox, qvu
 PROCEDURE:
	The name of the structure is displayed, with a list of all structure fields
 MODIFICATION HISTORY:
       JULY-2001, Paul Hick (UCSD/CASS; pphick@ucsd.edu)