www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@seltext/delete.m

    function delete(obj)
% DELETE   Delete Seltext object
%
%   Delete(obj) deletes the graphical resources associated with obj.
%

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.



% Created 6/10/2000


delete(obj.back);
delete(obj.axestext);

return