pro qset_page_kill, state, event @compile_opt.pro ; On error, return to caller ;+ ; NAME: ; qset_page_kill ; PURPOSE: ; Destroys qset_page widget ; CATEGORY: ; Widget qset_page ; CALLING SEQUENCE: ; qset_page_kill, state, event ; INPUTS: ; state array[1]; type: structure ; qset_page state structure ; event array[1]; type: structure ; event structure send by 'Done' widget ; OUTPUTS: ; (none) ; SIDE EFFECTS: ; The name of the current plot file !ThePlotFile is set to the null string ; PROCEDURE: ; Calls widget_control, event.handler, /destroy ; MODIFICATION HISTORY: ; APR-2000, Paul Hick (UCSD/CASS; pphick@ucsd.edu) ;- !ThePlotFile = '' widget_control, event.handler, /destroy return & end