source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/Examples.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.2 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>Examples</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="index.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
19         </tr>
20      </table>
21   
22      <h1>Examples&nbsp;<A href="index.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h1>
23   
24     <p>The following examples are provided as part of this documentation. Click
25     the name of any example to go to the corresponding page.</p>
26         
27     <h4>Basics</h4>
28     <dl>
29         <dt><a href="HeirarchyExample.html">Layout heirarchy</a></dt>
30         <dd>Using layouts inside layouts to produce more complex designs</dd>
31     </dl>
32         
33     <h4>Using axes</h4>
34     <dl>
35         <dt><a href="AxesExample.html">Positioning axes</a></dt>
36         <dd>Using the different axes position properties.</dd>
37     </dl>
38         
39     <h4>Using panels</h4>
40     <dl>
41         <dt><a href="PanelHelp.html">Context help</a></dt>
42         <dd>Adding context-sensitive help using panels.</dd>
43         
44         <dt><a href="PanelMinimize.html">Minimize and maximize</a></dt>
45         <dd>Creating a user interface with panels that can be minimized and
46         maximized.</dd>
47         
48         <dt><a href="PanelDock.html">Dock and undock</a></dt>
49         <dd>Creating a user interface with panels that can be undocked into
50         separate windows.</dd>
51     </dl>
52     
53     <h4>Enable and Visible</h4>
54      <dl>
55         <dt><a href="EnableExample.html">Enabling/Disabling a layout</a></dt>
56         <dd>Using the "Enable" property to enable or disable groups of buttons</dd>
57     
58         <dt><a href="VisibleExample.html">Showing/Hiding a layout</a></dt>
59         <dd>Using the "Visible" property to show or hide groups of buttons</dd>
60      </dl>
61       
62     <h4>Applications</h4>
63      <dl>
64         <dt><a href="ExampleApp.html">Building a complete application</a></dt>
65         <dd>Using layouts together to produce a complete application</dd>
66     </dl>
67       
68
69      <br clear="all"/>
70     
71     
72      <br clear="ALL"/>
73      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
74         <tr>
75            <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>
76            <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>
77            <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>
78            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Front page</font></a></td>
79            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="index.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
80         </tr>
81      </table>
82      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
83      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
84      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
85      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
86   
87   </body>
88</html>
Note: See TracBrowser for help on using the repository browser.