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

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

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

revision 1.45 by tjl, Thu Oct 3 11:23:36 2002 UTC revision 1.46 by benja, Thu Oct 3 12:32:18 2002 UTC
# Line 72  for p in pages: Line 72  for p in pages:
72    
73  execfile("gzz/view/xubuoy.py")  execfile("gzz/view/xubuoy.py")
74    
75    def globalkey(key):
76        if '1' <= key <= '9':
77            currentScene.moveToCell(cells[ord(key) - ord('1')])
78    
79  currentScene = XuPDFScene_PDFContext()  currentScene = XuPDFScene_PDFContext()
80  currentScene.moveToCell(cells[1])  currentScene.moveToCell(cells[1])
81    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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