gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/vob/buoy buoymanager.py


From: Matti Katila
Subject: [Gzz-commits] libvob/vob/buoy buoymanager.py
Date: Wed, 23 Apr 2003 10:38:16 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/04/23 10:38:16

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        add matching rules.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.5 libvob/vob/buoy/buoymanager.py:1.6
--- libvob/vob/buoy/buoymanager.py:1.5  Wed Apr 16 07:02:29 2003
+++ libvob/vob/buoy/buoymanager.py      Wed Apr 23 10:38:16 2003
@@ -79,9 +79,11 @@
 
        vs.put(background((.36, .74, 1.0)))
 
-       center = vs.translateCS(0, "Center", self.ctrx, self.ctry)
+        # rule 1) this translate is 'FocusCenter'
+       center = vs.translateCS(0, "FocusCenter", self.ctrx, self.ctry)
 
-       into = vs.orthoBoxCS(center, "MAINVP", 0, 
+        # rule 2) this box is 'FocusFrame'
+       into = vs.orthoBoxCS(center, "FocusFrame", 0, 
                              -mainsize/2, -mainsize/2, 1, 1, mainsize, 
mainsize)
 
        self.vs.activate(into)




reply via email to

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