gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/org/fenfire demo/buoyoing.py view/buoy/...


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/org/fenfire demo/buoyoing.py view/buoy/...
Date: Sat, 02 Aug 2003 04:44:24 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/02 04:44:24

Modified files:
        org/fenfire/demo: buoyoing.py 
Added files:
        org/fenfire/view/buoy: actions.py 
Removed files:
        org/fenfire/demo: actions.py 

Log message:
        Move to a better place (org.fenfire.demo is for *runnable* demos, not 
supporting classes), getID -> getType

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/demo/buoyoing.py.diff?tr1=1.100&tr2=1.101&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/buoy/actions.py?rev=1.1

Patches:
Index: fenfire/org/fenfire/demo/buoyoing.py
diff -u fenfire/org/fenfire/demo/buoyoing.py:1.100 
fenfire/org/fenfire/demo/buoyoing.py:1.101
--- fenfire/org/fenfire/demo/buoyoing.py:1.100  Sat Aug  2 04:21:47 2003
+++ fenfire/org/fenfire/demo/buoyoing.py        Sat Aug  2 04:44:24 2003
@@ -182,11 +182,11 @@
 # Default controls
 
 ctrl.setContext(context)
-main_ctrl.add(MovePanFast(context), -1, ctrl.WHEEL, 13,1, ctrl.VERTICAL)
-main_ctrl.add(MovePanFast(context), 1, ctrl.DRAG, 1, 0, ctrl.ALL)
+main_ctrl.add(MovePanFast(context), -1, 0, ctrl.WHEEL, 13,1, ctrl.VERTICAL)
+main_ctrl.add(MovePanFast(context), 1, 0, ctrl.DRAG, 1, 0, ctrl.ALL)
 main_ctrl.add(MovePanSlow(), 1, ctrl.CLICK)
-main_ctrl.add(ZoomPan(), 3, ctrl.DRAG, 1, 0, ctrl.VERTICAL)
-main_ctrl.add(PanSize(context), 3, ctrl.DRAG, 1, 0, ctrl.HORIZONTAL)
+main_ctrl.add(ZoomPan(), 3, 0, ctrl.DRAG, 1, 0, ctrl.VERTICAL)
+main_ctrl.add(PanSize(context), 3, 0, ctrl.DRAG, 1, 0, ctrl.HORIZONTAL)
 main_ctrl.add(UnSelectNodeOnPlane(context), 3, ctrl.CLICK)
 main_ctrl.add(ShowMouseMenu(context), 2, ctrl.CLICK)
 




reply via email to

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