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

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

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


% Overload this method to carry out any special processing after a call that
% sets the position for a derived object