[tekui-devel] tekui: Removed some garbage that made it into the documentation

Timm S. Mueller tmueller at schulze-mueller.de
Sun Sep 13 10:42:32 CEST 2009


details:   http://hg.teklib.org/tekui/rev/8fd71dfe7f9b
changeset: 123:8fd71dfe7f9b
user:      Timm S. Mueller <tmueller at schulze-mueller.de>
date:      Sun Sep 13 09:50:37 2009 +0200
description:
Removed some garbage that made it into the documentation

diffs (65 lines):

diff -r 71d00efd62a7 -r 8fd71dfe7f9b doc/manual.html
--- a/doc/manual.html	Sun Sep 06 22:33:46 2009 +0200
+++ b/doc/manual.html	Sun Sep 13 09:50:37 2009 +0200
@@ -5,7 +5,7 @@
 	<head>
 		<title>tekUI Class Reference Manual</title>
 		<link rel="stylesheet" href="manual.css" />
-		<meta name="created" content="06-Sep-2009" />
+		<meta name="created" content="13-Sep-2009" />
 	</head>
 	<body>
 		<h1>
@@ -102,9 +102,6 @@
 																										<li>
 																											<a href="#tek.ui.class.slider">Slider</a> 
 																										</li>
-																										<li>
-																											<a href="#tek.ui.class.input">Input</a> 
-																										</li>
 																									</ul>
 																								</blockquote>
 																							</li>
@@ -5875,33 +5872,6 @@
 				<hr class="page-break" />
 			</div>
 		</div>
-		<div class="node"><h2><a name="tek.ui.class.input" id="tek.ui.class.input">Input (v6.1)</a></h2>
-			<hr />
-		</div>
-		<div class="node"><h3><a name="Input:getLineRect" id="Input:getLineRect"><code>x0, y0, x1, y1 = getLineRect(line[, xstart[, xend]])</code></a></h3>
-			<p>
-				Gets a line's
-				rectangle on the screen. If <code>xend</code> is less than <code>0</code>, it is added to
-				the character position past the end the string. If <code>xend</code> is omitted,
-				returns the right edge of the canvas.
-			</p>
-			<hr />
-		</div>
-		<div class="node"><h3><a name="Input:newtext" id="Input:newtext"><code>newtext(text)</code></a></h3>
-			<p>
-				Initialize text from a string or a table of strings.
-			</p>
-			<hr />
-		</div>
-		<div class="node"><h3><a name="Input:setCursor" id="Input:setCursor"><code>setCursor(blink, cx, cy, follow)</code></a></h3>
-			<p>
-				blink=1 cursor on, blink=0 cursor off,
-				blink=-1 cursor on in next frame, blink=false no change. follow:
-				false=do not follow cursor, 1=visible area jumps to the cursor
-				immediately, 1=visible area moves gradually (if enabled)
-			</p>
-			<hr class="page-break" />
-		</div>
 		<div class="node"><h2><a name="tek.ui.class.listgadget" id="tek.ui.class.listgadget">ListGadget (v23.0)</a></h2>
 			<div class="definition"><dfn>LINEAGE</dfn>
 				<blockquote>
@@ -8361,7 +8331,7 @@
 			</p>
 			<hr class="page-break" />
 			<p>
-				Document generated on Sun Sep  6 21:53:17 2009
+				Document generated on Sun Sep 13 09:46:41 2009
 			</p>
 		</div>
 	</body>


More information about the tekui-devel mailing list