www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/@siggui/@siggui/resizefcn.m

    function resizefcn(hObj, varargin)
% Layout the uis if figure is different from default
% hObj - Input is the handle to the object after all children have been added
% IdealSize - Size at which the figure would ideally have been created

%   Author(s): Z. Mecklai, J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

siggui_resizefcn(hObj, varargin{:});

% [EOF]