function uigridcontainer
% This functions is undocumented and subject to change in the future.
    
%UIGRIDCONTAINER   Uigridcontainer layout container object.
%
%   UIGRIDCONTAINER adds a uigridcontainer container object to the
%   current figure.  If no figure exits, one will be
%   created. Uigridcontainer objects can have the same child objects
%   as uicontainer.  In addition, uigridcontainer objects can have
%   additional instances of uigridcontainer as children. This allows a
%   multiple nested tree of objects rooted at the figure.
%
%   Uigridcontainer have properties to control child layout in new ways.
%
%   Execute GET(H), where H is a uigridcontainer handle, to see a list
%   of uigridcontainer object properties and their current
%   values. Execute SET(H) to see a list of uigridcontainer object
%   properties and legal property values.
%
%   NOTICE: uigridcontainer is experimental and interfaces will probably
%           change in future versions of MATLAB.
%
%   See also UICONTAINER, UIPANEL, UIFLOWCONTAINER.

%   Copyright 1984-2004 The MathWorks, Inc. 
%   $Revision $  $Date: 2004/11/29 23:33:35 $
%   Built-in function.
