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

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

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

revision 1.20 by tjl, Wed Feb 12 12:47:06 2003 UTC revision 1.21 by mudyc, Wed Feb 12 13:37:56 2003 UTC
# Line 65  def newNote(span, comment): Line 65  def newNote(span, comment):
65      paper = space.getHomeCell().h(d.d1, 1).N(d.d1)      paper = space.getHomeCell().h(d.d1, 1).N(d.d1)
66      paper.setText('New paper')      paper.setText('New paper')
67      note = paper.N(d.contains)      note = paper.N(d.contains)
     note.setText(comment)  
68      setPan(note, 0,0)      setPan(note, 0,0)
69      space.getCellTexter().setEnfilade(      space.getCellTexter().setEnfilade(
70              note, pagespanNodes.makeEnf(span))              note, pagespanNodes.makeEnf(span))
71        note = note.N(d.contains)
72        note.setText(comment)
73        setPan(note, -20,-30)
74    
75  xulinks = 1  xulinks = 1
76    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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