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

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

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


obj.super('pPostSetParent', val);
obj.hAxes.Parent = obj.Parent;