www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@itemlist1/doDelete.m

    function doDelete(h)
%DODELETE  Deletion process

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



if isgraphics(h.Parent) && ~mbcgui.util.isBeingDestroyed(h.Parent);
   delete(h.AxH);
end