/[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.40 by tjl, Sat Aug 9 12:23:51 2003 UTC revision 1.41 by tjl, Sat Aug 9 12:26:09 2003 UTC
# Line 307  class SingleGeometer: Line 307  class SingleGeometer:
307          buoywidth = vs.size.width * .8          buoywidth = vs.size.width * .8
308          buoyheight = vs.size.height * .8          buoyheight = vs.size.height * .8
309    
         into = vs.orthoBoxCS(center, "FocusFrame", 0,  
                               -mainsize/2, -mainsize/2, 1, 1, mainsize, mainsize)  
   
310          buoyinto = vs.orthoBoxCS(center, "BuoyFrame", 0,          buoyinto = vs.orthoBoxCS(center, "BuoyFrame", 0,
311                                  -buoywidth/2, -buoyheight/2, 1, 1,                                  -buoywidth/2, -buoyheight/2, 1, 1,
312                                      buoywidth, buoyheight)                                      buoywidth, buoyheight)
# Line 319  class SingleGeometer: Line 316  class SingleGeometer:
316                              1, 1,                              1, 1,
317                              vs.size.width, vs.size.height);                              vs.size.width, vs.size.height);
318    
319          return [(mainbox, into, buoyinto)]          return [(mainbox, None, buoyinto)]
320    
321      def mouse(self, ev, oldvs):      def mouse(self, ev, oldvs):
322          return 0          return 0

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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