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

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

Initial import--MML version from SOLEIL@2013

File size: 3.3 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>Using property defaults</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 guide3_2.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="User guide4_1.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
16         </tr>
17      </table>
18   
19
20      <h2>4: Using property defaults&nbsp;<A href="User guide.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h2>
21     
22       
23       
24
25        <p>Sometimes it is useful to override the default values used when
26            new layout managers are created. The default property values for most
27            properties are inherited from the parent panel, figure or environemt
28            when the layout is first created. Functions for setting these are
29        described below.</p>
30       
31       
32       
33       
34       
35
36      <h3>Section contents:</h3>
37      <ul class="contents">
38      </ul>
39
40      <ul class="contents">
41      </ul>
42
43     
44      <ul class="contents">
45         <li>4.1. <a href="User guide4_1.html">Setting defaults for one window</a></li>
46         <li>4.2. <a href="User guide4_2.html">Setting defaults for all windows</a></li>
47      </ul>
48
49     
50      <br clear="ALL"/>
51      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
52         <tr>
53            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="User guide3_2.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
54            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="User guide3_2.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Visible example</font></a></td>
55            <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>
56            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide4_1.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Setting defaults for one window</font></a></td>
57            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="User guide4_1.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
58         </tr>
59      </table>
60      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
61      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
62      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
63      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
64   
65   </body>
66</html>
67       
Note: See TracBrowser for help on using the repository browser.