source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/User guide1_2.html @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 3.7 KB
Line 
1<html xmlns:saxon="http://icl.com/saxon">
2   <head>
3      <link rel="stylesheet" type="text/css" href="doc.css"/>
4      <link rel="stylesheet" type="text/css" href=""/>
5      <meta author="The MathWorks Ltd."/>
6      <meta copyright="2011 The MathWorks Ltd."/>
7      <title>Types of layout</title>
8   </head>
9
10   
11    <body>
12      <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
13         <tr>
14            <td bgcolor="#e4f0f8"><A href="User guide.html"><font face="Arial" bgcolor="#e4f0f8" size="+0" underline="0" color="#000000"><b>User guide</b></font></A></td>
15            <td width="36" bgcolor="#e4f0f8"><A HREF="User guide1_1.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="User guide1_3.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
16         </tr>
17      </table>
18   
19
20      <br clear="all"/>
21         
22      <h2>1.2: Types of layout&nbsp;<a href="User guide1.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
23     
24      <p>The layouts in this toolbox come in three forms:</p>
25      <ol>
26          <li><b>Panels</b>: show a single child element with some decoration. Other children
27          of the layout are hidden from view. The visible child can be switched. Available
28          panels include
29          <a href="uiextras.Panel.html">Panel</a>,
30          <a href="uiextras.CardPanel.html">CardPanel</a>,
31          <a href="uiextras.BoxPanel.html">BoxPanel</a> and
32          <a href="uiextras.TabPanel.html">TabPanel</a>. </li>
33         
34          <li><b>Boxes</b>: arrange children linearly in a single row or column. Available boxes include
35          <a href="uiextras.HBox.html">HBox</a>,
36          <a href="uiextras.VBox.html">VBox</a>,
37          <a href="uiextras.HBoxFlex.html">HBoxFlex</a> and
38          <a href="uiextras.VBoxFlex.html">VBoxFlex</a>. </li>
39         
40          <li><b>Grids</b>: (also known as tables) arrange children in a two-dimensional grid. Available grids include
41          <a href="uiextras.Grid.html">Grid</a> and
42          <a href="uiextras.GridFlex.html">GridFlex</a>. </li>
43         
44      </ol>
45
46     
47      <br clear="ALL"/>
48      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
49         <tr>
50            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="User guide1_1.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
51            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="User guide1_1.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Layout basics</font></a></td>
52            <td width="20%" height="15" bgcolor="#e4f0f8" align="center"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">[Top]</font></a></td>
53            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide1_3.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Sizes and units</font></a></td>
54            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide1_3.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
55         </tr>
56      </table>
57      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
58      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
59      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
60      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
61   
62   </body>
63</html>
64       
Note: See TracBrowser for help on using the repository browser.