www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@mmTableSetupView/pPostSetVisible.m

    function val = pPostSetVisible(obj, val)
%PPOSTSETVISIBLE Respond to visible being set
%
%  PPOSTSETVISIBLE(OBJ, EVT) is called after the object's visible
%  property has been set.

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


set([ ...
    obj.hAxisLabel1; ...
    obj.hAxisLabel2; ...
    obj.hNumTablesLabel; ...
    obj.hDividerLine; ...
    obj.hBPgenLabel; ...
    obj.hTableSize2; ...
    obj.hTableSize1; ...
    obj.hNormTable1; ...
    obj.hNormTable2; ...
    ], ...
    'Visible',obj.Visible);

obj.hNormLabel1.Visible = obj.Visible;
obj.hNormLabel2.Visible = obj.Visible;