/[libvob]/libvob/vob/buoy/buoymanager.py
ViewVC logotype

Diff of /libvob/vob/buoy/buoymanager.py

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

revision 1.38 by tjl, Sat Aug 9 11:15:50 2003 UTC revision 1.39 by tjl, Sat Aug 9 11:49:57 2003 UTC
# Line 238  class MultiBuoyManager: Line 238  class MultiBuoyManager:
238    
239          for i in range(0, len(self.singles)):          for i in range(0, len(self.singles)):
240              self.singles[i].drawscene(vs,              self.singles[i].drawscene(vs,
241                      geoms[i][0],                      geoms[i][1],
242                      geoms[i][1],                      geoms[i][2],
243                      nadirCS)                      nadirCS)
244    
245      def mouse(self, ev):      def mouse(self, ev):
# Line 305  class SingleGeometer: Line 305  class SingleGeometer:
305                                  -buoywidth/2, -buoyheight/2, 1, 1,                                  -buoywidth/2, -buoyheight/2, 1, 1,
306                                      buoywidth, buoyheight)                                      buoywidth, buoyheight)
307    
308          return [(into, buoyinto)]          mainbox = vs.orthoBoxCS(center, "MainFrame", 0,
309                                -vs.size.width * .5, -vs.size.height * .5,
310                                1, 1,
311                                vs.size.width, vs.size.height);
312    
313            return [(mainbox, into, buoyinto)]
314    
315      def mouse(self, ev, oldvs):      def mouse(self, ev, oldvs):
316          return 0          return 0
317    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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