source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/User guide.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: 4.3 KB
Line 
1<html xmlns:saxon="http://icl.com/saxon">
2
3   <head>
4      <link rel="stylesheet" type="text/css" href="doc.css"/>
5      <link rel="stylesheet" type="text/css" href=""/>
6      <meta author="The MathWorks Ltd."/>
7      <meta copyright="2011 The MathWorks Ltd."/>
8      <title>User guide</title>
9   </head>
10
11   
12           
13   <body>
14     
15      <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
16         <tr>
17            <td bgcolor="#e4f0f8"><A href="index.html"><font face="Arial" bgcolor="#e4f0f8" size="+0" underline="0" color="#000000"><b>GUI Layout Toolbox 1.10</b></font></A></td>
18            <td width="36" bgcolor="#e4f0f8"><A HREF="index.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="User guide1.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
19         </tr>
20      </table>
21   
22      <h1>User guide&nbsp;<A href="index.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h1>
23    <p>
24        This chapter describes the purpose and overall design of the layout
25        tools that the toolbox provides. It also provides some examples of
26        creating some user interfaces using layouts.
27    </p>
28
29    <!-- ****************************************************************** -->
30       
31   
32<!-- ****************************************************************** -->
33
34
35<!-- ****************************************************************** -->
36
37
38
39   
40<!-- ****************************************************************** -->
41
42     
43       
44       
45<!-- ****************************************************************** -->
46
47
48
49
50
51
52
53    <!-- ****************************************************************** -->
54   
55       
56
57   
58   
59    <!-- ****************************************************************** -->
60   
61       
62       
63       
64       
65
66    <!-- ****************************************************************** -->
67   
68<!-- ****************************************************************** -->
69
70      <br clear="all"/>
71      <a name="Contents"/><h2>Contents</h2>
72      <ul class="contents">
73         <li>1. <a href="User guide1.html">Understanding layouts</a></li>
74         <li>2. <a href="User guide2.html">Positioning Axes</a></li>
75         <li>3. <a href="User guide3.html">Enable and Visible</a></li>
76         <li>4. <a href="User guide4.html">Using property defaults</a></li>
77         <li>5. <a href="User guide5.html">Advanced maneuvers with panels</a></li>
78         <li>6. <a href="User guide6.html">Using layouts inside GUIDE GUIs</a></li>
79         <li>7. <a href="User guide7.html">Deploying GUIs using the MATLAB Compiler</a></li>
80         <li>8. <a href="User guide8.html">A complete example</a></li>
81      </ul>
82             
83     
84      <br clear="ALL"/>
85      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
86         <tr>
87            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="index.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
88            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Front page</font></a></td>
89            <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>
90            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide1.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Understanding layouts</font></a></td>
91            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide1.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
92         </tr>
93      </table>
94      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
95      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
96      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
97      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
98   
99   </body>
100</html>
101           
Note: See TracBrowser for help on using the repository browser.