www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/@siggui/@siggui/sendfiledirty.m

    function sendfiledirty(hObj)
%SENDFILEDIRTY Send the File Dirty notification

%   Author(s): J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

send(hObj, 'Notification', sigdatatypes.notificationeventdata(hObj, 'FileDirty'));

% [EOF]