/[fenfire]/fenfire/org/fenfire/fenpdf/demospace.py
ViewVC logotype

Diff of /fenfire/org/fenfire/fenpdf/demospace.py

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

revision 1.3 by tjl, Wed Sep 10 13:00:46 2003 UTC revision 1.4 by tjl, Mon Sep 29 14:49:22 2003 UTC
# Line 28  def createDemoSpace(fen, myAlph, treetim Line 28  def createDemoSpace(fen, myAlph, treetim
28    
29      noteA1 = Nodes.get(ppActions.newNote(paperA, -30,-30, 'This is a test!'))      noteA1 = Nodes.get(ppActions.newNote(paperA, -30,-30, 'This is a test!'))
30      noteA2 = Nodes.get(ppActions.newNote(paperA, -60,-70, 'This is a test2!'))      noteA2 = Nodes.get(ppActions.newNote(paperA, -60,-70, 'This is a test2!'))
31        noteA2 = Nodes.get(ppActions.newNote(paperA, -60,-100, 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789'))
32      noteA3 = Nodes.get(ppActions.newNote(paperA, 100, 100, ''))      noteA3 = Nodes.get(ppActions.newNote(paperA, 100, 100, ''))
33      noteA4 = Nodes.get(ppActions.newNote(paperA, -60,70, 'This is a very long test which is used to see if '))      noteA4 = Nodes.get(ppActions.newNote(paperA, -60,70, 'This is a very long test which is used to see if '))
34    
# Line 40  def createDemoSpace(fen, myAlph, treetim Line 41  def createDemoSpace(fen, myAlph, treetim
41    
42    
43      noteB1 = Nodes.get(ppActions.newNote(paperB, 1000,500, 'This is an another test!'))      noteB1 = Nodes.get(ppActions.newNote(paperB, 1000,500, 'This is an another test!'))
44        noteA2 = Nodes.get(ppActions.newNote(paperB, 1000,600, 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789'))
45    
46      ppActions.assocNotes(noteA1, 1, noteB1)      ppActions.assocNotes(noteA1, 1, noteB1)
47    
48      noteHome = Nodes.get(ppActions.newNote(paperHome, 0, 0, 'HOME'))      noteHome = Nodes.get(ppActions.newNote(paperHome, 0, 0, 'HOME'))
49        noteA2 = Nodes.get(ppActions.newNote(paperHome, 0,100, 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789'))
50    
51      ppActions.assocNotes(noteHome, 1, noteA1)      ppActions.assocNotes(noteHome, 1, noteA1)
52    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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