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

    function val = pSetVisible(obj, val)
%PSETVISIBLE Perform visible-setting operations
%
%  VAL = PSETVISIBLE(OBJ, VAL) is called during the setting of the
%  visible property.

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


% Overload this method to carry out any special processing during a call that
% sets the Visible state for a derived object