Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/show.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5274 - (show annotations) (download) (as text)
Wed May 22 11:08:19 2013 UTC (11 years ago) by yutakapon
File MIME type: text/html
File size: 875 byte(s)
英訳とnameタグの修正

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>show</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>show</h1>
15
16 <p>
17 Changes the displaying of MACRO dialog box.
18 </p>
19
20 <pre class="macro-syntax">
21 show &lt;show flag&gt;
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 Minimizes MACRO, if &lt;show flag&gt; is zero.<br>
28 Restores MACRO and bring to top, if &lt;show flag&gt; is greater than zero.<br>
29 Hides MACRO, if &lt;show flag&gt; is less than zero.
30 </p>
31
32 <h2>Example</h2>
33
34 <pre class="macro-example">
35 ; Minimize MACRO.
36 show 0
37
38 ; Restore MACRO.
39 show 1
40
41 ; Hide MACRO.
42 show -1
43 </pre>
44
45 </body>
46 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26