www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@abstractlayoutcomponent/pPostSetVisible.m

    function pPostSetVisible(obj, event)
%PPOSTSETVISIBLE
%
%  PPOSTSETVISIBLE(OBJ, EVENT)

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



% Get the visible state of the object and apply this to the layout
set(obj.Display, 'Visible', event.NewValue);