File: refG.html

package info (click to toggle)
picolisp 18.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,988 kB
  • sloc: ansic: 14,390; lisp: 1,589; makefile: 431; sh: 14
file content (31 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (4)
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
29
30
31
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>G</title>
<link rel="stylesheet" href="../doc.css" type="text/css">
</head>
<body>

<h1>G</h1>

<dl>
    <dt><a name="+gui"><code>+gui</code></a>
    <dd>GUI component base class. See <a href="refF.html#+field">+field</a>, <a
    href="refB.html#+Button">+Button</a>, <a href="refI.html#+Img">+Img</a> and
    <a href="refJ.html#+JsField">+JsField</a>.
</dl>

<dl>
    <dt><a name="+GoButton"><code>+GoButton</code></a>
    <dd>A button used to scroll charts. A +GoButton moves to a given position.
    See also <a href="refC.html#chart">chart</a>, <a
    href="refT.html#+Tiny">+Tiny</a>, <a href="refR.html#+Rid">+Rid</a>, <a
    href="refJ.html#+JS">+JS</a>, <a href="refA.html#+Able">+Able</a> <a
    href="refU.html#+UpButton">+UpButton</a>, <a
    href="refD.html#+DnButton">+DnButton</a> and <a
    href="refB.html#+Button">+Button</a>.
</dl>

</body>
</html>