gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/pegboard/buoydesign--tjl peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/buoydesign--tjl peg.rst
Date: Tue, 04 Feb 2003 03:22:05 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/04 03:22:05

Modified files:
        doc/pegboard/buoydesign--tjl: peg.rst 

Log message:
        Huuuuups2

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/buoydesign--tjl/peg.rst.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/buoydesign--tjl/peg.rst
diff -u gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.13 
gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.14
--- gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.13       Tue Feb  4 03:20:58 2003
+++ gzz/doc/pegboard/buoydesign--tjl/peg.rst    Tue Feb  4 03:22:05 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/02/04 08:20:58 $
-:Revision: $Revision: 1.13 $
+:Last-Modified: $Date: 2003/02/04 08:22:05 $
+:Revision: $Revision: 1.14 $
 :Status:   Incomplete
 
 Goals: get the xupdf and pp functionality under one model.
@@ -200,11 +200,13 @@
 The previous invariant in code is an invariant which these interfaces
 must obey::
 
-    mainnode1.renderMain(..., l);
+    // mainnode1's BuoyLinkListener set to l.
+
+    mainnode1.renderMain(...);
     // l.link(d, *, nodetype2, L, A) got called as callback
 
-    mainnode2 = nodetype2.createMainNode(L, A)
-    mainnode2.renderMain(..., l);
+    mainnode2 = nodetype2.createMainNode(L, A, l)
+    mainnode2.renderMain(...);
     // l.link(-d, *, nodetype1, L, B) MUST GET CALLED
 
 Of course, if the underlying




reply via email to

[Prev in Thread] Current Thread [Next in Thread]