File: gradcomdredrawbutton.html

package info (click to toggle)
grads 3%3A2.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,396 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (28 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<html>
<head>
<title>GrADS Command: redraw button</title></head>
<body bgcolor="e0f0ff" text="#000000">

<h2><b>redraw button</b></h2>
<p><code>redraw button <i>num state &lt;flag&gt; &lt;text&gt;</i></code></p>
<p><code>0|1</code>

Redraws button number <code><i>num</i></code> to either the <code>"ON"</code> state <code>(1)</code>
or <code>"OFF"</code> state <code>(0)</code>. 
<p>num is the button number, which can be between 1 and 255
<p>state is either 
  <code>"ON"</code> <code>(1)</code> or <code>"OFF"</code><code>(0)</code>. 
<p>
<h3>Usage Notes</h3>
<p>
See <a href="script.html#widgets">widgets</a> for more information on using buttons. 

<p>
<h3>Examples </h3>


</body>
</html>