www.gusucode.com > mbclayouts 工具箱 matlab 源码程序 > mbclayouts/@xregflowlayout/private/gui_size_y_first.m

    function  handles = gui_size_y_first(handles)
%  Synopsis
%     function  gui_size_y_first(handles)
%
%  Description
%     Sizes height of all objects to the same size as that of the first
%
%     Handles is array of positions
%
%  Example
%
%
%  See Also

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




handles(2:end,4)=handles(1,4);