/[fenfire]/fenfire/org/fenfire/view/buoy/actions.py
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/actions.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mudyc, Tue Aug 12 11:36:01 2003 UTC revision 1.11 by mudyc, Wed Aug 13 12:04:31 2003 UTC
# Line 60  class PanMover(AbstractAction, vob.mouse Line 60  class PanMover(AbstractAction, vob.mouse
60    
61  class BrowseClick(AbstractAction, vob.mouse.MouseClickListener):  class BrowseClick(AbstractAction, vob.mouse.MouseClickListener):
62      def clicked(self, x, y):      def clicked(self, x, y):
63          if 1 or dbg: p('move pan slow')          if dbg: p('move pan slow')
64          self.super()          self.super()
65          self.context.states.fastChg = 0          obj = self.main.getNodeOnPlane(self.oldVS, x,y)
66            self.context.states.cursor.setAccursed(obj)
67          self.main.moveToPoint(int(x),int(y), self.oldVS)          self.main.moveToPoint(int(x),int(y), self.oldVS)
68            self.context.states.fastChg = 0
69    
70    
71  class ZoomPan(vob.input.RelativeAxisListener, AbstractAction):  class ZoomPan(vob.input.RelativeAxisListener, AbstractAction):
72      def changedRelative(self, x):      def changedRelative(self, x):

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26