/[gzz]/gzz/gzz/view/pagespanview.py
ViewVC logotype

Diff of /gzz/gzz/view/pagespanview.py

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

revision 1.29 by tjl, Tue Jan 28 09:16:49 2003 UTC revision 1.30 by tjl, Tue Jan 28 11:31:28 2003 UTC
# Line 65  class CellPDFView: Line 65  class CellPDFView:
65      """A view of a PDF file in a cell, spread out in space.      """A view of a PDF file in a cell, spread out in space.
66      """      """
67      def __init__(self, cell):      def __init__(self, cell):
         self.contentcolor = GLCache.getCallList("Color 0.1 0 0")  
68          self.black = GLCache.getCallList("Color 0 0 0")          self.black = GLCache.getCallList("Color 0 0 0")
69          self.cell = cell          self.cell = cell
70          self.content = cell.space.cellTexter.getEnfilade(cell, None)          self.content = cell.space.cellTexter.getEnfilade(cell, None)
# Line 159  class CellPDFView: Line 158  class CellPDFView:
158                      vs.map.put(self.irregu.frame, cs1into, irr)                      vs.map.put(self.irregu.frame, cs1into, irr)
159              class ContentR(java.lang.Runnable):              class ContentR(java.lang.Runnable):
160                  def run(rself):                  def run(rself):
                     vs.map.put(self.contentcolor)  
161                      vs.map.put(self.irregu.content, cs1into, irr)                      vs.map.put(self.irregu.content, cs1into, irr)
162    
163              if showTessel:              if showTessel:

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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