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

    function unlock(h)
%UNLOCK Unlock the cgbrowser
%
%  UNLOCK(CGB) unlocks the CAGE browser.  Use this command after you have
%  previously locked the browser before performing a lengthy action.

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


h.GUILocked = false;
set([h.Hand.Types.Lists{2,:}],'Enable','on');