source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/index.html

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<HTML>
2
3  <HEAD>
4    <TITLE>GUI Layout Toolbox documentation</TITLE>
5    <META AUTHOR="The MathWorks Ltd."/>
6    <META COPYRIGHT="2005-2007 The MathWorks Ltd."/>
7    <LINK REL="stylesheet" TYPE="text/css" HREF="doc.css"/>
8  </HEAD>
9  <BODY>
10    <TABLE BGCOLOR="#FFFFFF" WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
11      <tr>
12        <TD HEIGHT="62" BACKGROUND="Images/headerBG.png">
13          <IMG SRC="Images/header.png" HEIGHT="62" ALT="GUI Layout Toolbox Documentation"> 
14        </TD></TR><TR><TD>
15    <BR/>
16    <H1>GUI Layout Toolbox documentation</H1>
17    <B>Version: 1.10</B>
18    <P><P>
19    This toolbox provides tools to create sophisticated MATLAB graphical
20    user interfaces that resize gracefully.  The classes supplied can be
21    used in combination to produce virtually any user interface layout.
22</P>
23<UL>
24    <LI>Arrange MATLAB user-interface components horizontally, vertically or in grids</LI>
25    <LI>Ability to mix fixed size and variable size elements</LI>
26    <LI>Dynamic resizing of elements by dragging dividers</LI> 
27    <LI>Use panels and tabs for switching interface pages</LI>
28</UL>
29<P>
30    This toolbox was developed by Ben Tordoff and David Sampson from the
31    Consulting group at <a href="http://www.mathworks.com">MathWorks</a>.
32</P>
33    </P>
34    <center><IMG src="Images/titleimage.png"/></center>
35    <H2>Contents:</H2>
36    <TABLE>
37      <TR><TD><IMG SRC="Images/help_gs.png"/></TD><TD><B><A HREF="Getting Started.html">Getting Started</A>: </B></TD><TD>Introductory notes and installation instructions</TD></TR>
38      <TR><TD><IMG SRC="Images/help_ex.png"/></TD><TD><B><A HREF="Examples.html">Examples</A>: </B></TD><TD>A list of the examples that are provided in the documentation</TD></TR>
39      <TR><TD><IMG SRC="Images/help_ug.png"/></TD><TD><B><A HREF="User guide.html">User guide</A>: </B></TD><TD>Describes how to use these tools</TD></TR>
40      <TR><TD><IMG SRC="Images/help_fx.png"/></TD><TD><B><A HREF="Function reference.html">Function reference</A>: </B></TD><TD>A list of the available functions</TD></TR>
41      <TR><TD><IMG SRC="Images/help_rn.png"/></TD><TD><B><A HREF="atoz.html">Index</A></B></TD>
42<TD>Alphabetical index of sections, functions and concepts</TD></TR>
43    </TABLE>
44    </TD></TR></TABLE>
45    <BR/>
46    <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
47    <TR><TD HEIGHT="15" BGCOLOR="#336699"> </TD></TR></TABLE>
48    <P>&copy; 2011 The MathWorks Ltd
49    <TT>&#149;</TT> <A HREF="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</A>
50    <TT>&#149;</TT> <A HREF="matlab: helpview([matlabroot,'/patents.txt'])">Patents</A>
51    <TT>&#149;</TT> <A HREF="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</A></P>
52  </BODY>
53</HTML>
Note: See TracBrowser for help on using the repository browser.