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

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