CVS: anygui/test test_openfiledlg.py,NONE,1.1 test_aboutdlg.py,NONE,1.1 test_shake.py,1.2,1.3
"Dallas T. Johnston" <[email protected]> Wed, 13 Nov 2002 09:19:24 -0800
| Newsgroups | gmane.comp.python.anygui.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/anygui/anygui/test
In directory usw-pr-cvs1:/tmp/cvs-serv4972/test
Modified Files:
test_shake.py
Added Files:
test_openfiledlg.py test_aboutdlg.py
Log Message:
lots of goodies...
1) added pure anygui dialogs
2) fixed many bugs
3) enhanced Application with name and version
--- NEW FILE: test_openfiledlg.py ---
from anygui import *
app = Application(name='Test OpenFileDlg', version='1.0')
filedlg = AnyguiOpenFileDlg('/usr/lib','*.*')
app.add(filedlg)
app.run()
--- NEW FILE: test_aboutdlg.py ---
from anygui import *
app = Application()
aboutAg = AboutAnyguiDlg()
app.add(aboutAg)
app.run()
Index: test_shake.py
===================================================================
RCS file: /cvsroot/anygui/anygui/test/test_shake.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_shake.py 3 Nov 2002 00:08:24 -0000 1.2
--- test_shake.py 13 Nov 2002 17:19:22 -0000 1.3
***************
*** 12,16 ****
txf = TextField()
! win = Window(size=(120,380),position=(10,10))
app.add(win)
win.add((btn, cbx, lbl, lst, rdb, txa, txf),
--- 12,16 ----
txf = TextField()
! win = Window(title="Shake!",size=(120,380),position=(100,100))
app.add(win)
win.add((btn, cbx, lbl, lst, rdb, txa, txf),
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about
your web server security? Click here for a FREE Thawte
Apache SSL Guide and answer your Apache SSL security
needs: http://www.gothawte.com/rd523.html