www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@cgbrowser/setProgressBar.m

    function setProgressBar(h,varargin)
%SETPROGRESSBAR Set properties on progress bar
%
%  SETPROGRESSBAR(CGB, prop,val,prop,val,...) provides access to the
%  progress bar in the browser.

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


if h.GUIExists
    set(h.Hand.Figure.StatusBar.Waitbar,varargin{:});
end