adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/test guitest.py,1.3,1.4


From: VENNIN Joel <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/test guitest.py,1.3,1.4
Date: Mon, 28 Jul 2003 14:10:31 -0400

Update of /cvsroot/adonthell/adonthell/test
In directory subversions:/tmp/cvs-serv10877/test

Modified Files:
        guitest.py 
Log Message:
Correct bugs in listlayout and container


Index: guitest.py
===================================================================
RCS file: /cvsroot/adonthell/adonthell/test/guitest.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** guitest.py  28 Jul 2003 17:12:31 -0000      1.3
--- guitest.py  28 Jul 2003 18:10:29 -0000      1.4
***************
*** 11,14 ****
--- 11,16 ----
              letsexit = 1
              print "Escape pressed, leaving..."
+     return 1
+ 
  if __name__ == '__main__':
      ## Initialize the gfx and input systems
***************
*** 32,40 ****
      cont.setLocation (20, 30)
  
!     for i in range (5):
!         a = gui.base ()
!         a.setSize (40,20)
!         a.setLocation (30, 10)
!         cont.addChild (a)
  
      # set the layout
--- 34,48 ----
      cont.setLocation (20, 30)
  
!     #for i in range (2):
!     a = gui.base ()
!     a.setSize (40,20)
!     a.setLocation (30, 10)
!     cont.addChild (a)
!     b = gui.base ()
!     b.setSize (40,20)
!     b.setLocation (30, 10)
!     cont.addChild (b)
! 
!     
  
      # set the layout





reply via email to

[Prev in Thread] Current Thread [Next in Thread]