From: Kevin A. <ka...@us...> - 2006-01-13 21:59:24
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23364 Modified Files: changelog.txt Log Message: added StringTypes and layoutEditor comments Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.322 retrieving revision 1.323 diff -C2 -d -r1.322 -r1.323 *** changelog.txt 29 Dec 2005 20:36:25 -0000 1.322 --- changelog.txt 13 Jan 2006 21:59:16 -0000 1.323 *************** *** 18,25 **** --- 18,27 ---- added work-in-progress version of multiresourceEditor (tools/resourceEditor/multirwesourceEditor) + renamed to layoutEditor support customizable window styles in backgroundInfo of resourceEditor added convenience wrappers for pop-up menus, multiple check-box dialogs, multiple button dialogs (helpful.py and samples/helpfulWrappers) added sample for sudoku solver/helper (samples/sudoku) + replaced StringType with StringTypes to handle Unicode better |