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

    function removeMessage( obj, ID )
%REMOVEMESSAGE Remove a message from the text panel
%
%  obj.removeMessage(ID)
%

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


obj.MessageStack.removeItem(ID);