/[gzz]/gzz/gfx/demo/viewtest.py
ViewVC logotype

Diff of /gzz/gfx/demo/viewtest.py

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

revision 1.1 by humppake, Fri Nov 15 14:30:19 2002 UTC revision 1.2 by humppake, Mon Nov 18 10:28:16 2002 UTC
# Line 17  Line 17 
17    
18  from gzz import Dim  from gzz import Dim
19  from gzz.client import GraphicsAPI  from gzz.client import GraphicsAPI
20  from gzz.view import ViewContext, LollipopCellVobFactory, LinebrokenCellContentView, \  from gzz.view import ViewContext, LollipopCellView, LinebrokenCellContentView, \
21       View, TextCellContentView       View, TextCellContentView
22  from gzz.impl import ModularSpace  from gzz.impl import ModularSpace
23  from gzz.zzutil.Ids import *  from gzz.zzutil.Ids import *
# Line 39  class TestViewContext(ViewContext): Line 39  class TestViewContext(ViewContext):
39    
40          self.d = [d1, d2, d3]          self.d = [d1, d2, d3]
41          self.v = TestView()          self.v = TestView()
42          self.cv = LollipopCellVobFactory()          self.cv = LollipopCellView()
43          self.ccv = LinebrokenCellContentView(self.style)          self.ccv = LinebrokenCellContentView(self.style)
44          self.home = self.space.getHomeCell()          self.home = self.space.getHomeCell()
45    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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