Home > m > gui > ltpdalauncher > ltpda_launcher_close.m

ltpda_launcher_close

PURPOSE ^

Callback executed when the main figure closes

SYNOPSIS ^

function ltpda_launcher_close(varargin)

DESCRIPTION ^

 Callback executed when the main figure closes

 M Hewitson

 $Id: ltpda_launcher_close.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001  function ltpda_launcher_close(varargin)
0002 
0003     % Callback executed when the main figure closes
0004     %
0005     % M Hewitson
0006     %
0007     % $Id: ltpda_launcher_close.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $
0008     %
0009 
0010 
0011     disp('* Goodbye from the LTPDA Launch Bay *')
0012     delete(varargin{1})
0013 
0014 
0015 
0016   end

Generated on Mon 31-Mar-2008 21:41:00 by m2html © 2003