gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc Gzz_Frontend_View.rst


From: Asko Soukka
Subject: [Gzz-commits] gzz/doc Gzz_Frontend_View.rst
Date: Sat, 15 Feb 2003 13:20:39 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/02/15 13:20:39

Modified files:
        doc            : Gzz_Frontend_View.rst 

Log message:
        tuning

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/Gzz_Frontend_View.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/doc/Gzz_Frontend_View.rst
diff -u gzz/doc/Gzz_Frontend_View.rst:1.2 gzz/doc/Gzz_Frontend_View.rst:1.3
--- gzz/doc/Gzz_Frontend_View.rst:1.2   Thu Dec 19 18:05:17 2002
+++ gzz/doc/Gzz_Frontend_View.rst       Sat Feb 15 13:20:38 2003
@@ -5,14 +5,6 @@
 Views are responsible for generating Vob scenes based on 
 the data in the structure.
 
-
-`gzz.view`__ package summary
-
-.. _view: javadoc/gzz/view/package-summary.html
-
-__ view_
-
-
 .. UML:: viewclasses
 
     jlinkpackage gzz.view
@@ -57,19 +49,18 @@
            use Vobs
 
     ---
-    ViewContext.c = (0, 10);
+    ViewContext.c = (0,15);
 
     View.c = (250, 100);
       vertically(50, view_v, View, CellView);
 
+    gzz.client.c = (250, 185);
 
-    gzz.client.c = (0, 200);
-
-    Vobs.c = (500, ypart ViewContext.c);  
+    Vobs.c = (480, ypart View.c);  
       
     pad = 30;
-    gzz.view.nw = ViewContext.nw +(-pad, 100);
-    xpart gzz.view.e = xpart(CellView.e) + pad;
+    gzz.view.nw = ViewContext.nw + (-pad, 85);
+    gzz.view.se = CellView.se + (pad,-pad);
 
 CellView actually appears in at least two different roles: for placing cells
 and for placing cell contents. The following diagram shows the sequence in 
which a 




reply via email to

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