www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@MultiViewPanel/pCreateLayout.m

    function L = pCreateLayout(obj, ViewLayout)
%PCREATELAYOUT Create the main layout for the component
%
%  L = PCREATELAYOUT(OBJ, VIEWLAYOUT) creates a alyout L that must contain
%  the given layout VIEWLAYOUT.  VIEWLAYOUT is the layout that will contain
%  all of the views.  The default implementation simply returns VIEWLAYOUT
%  as the main layout.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


L = ViewLayout;