From: Kevin A. <ka...@us...> - 2004-08-12 19:10:44
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15013/docs Modified Files: changelog.txt Log Message: getCommandLineArgs moved to util.py runOptionsDialog moved to templates.dialogs.runOptionsDialog.py dialog.py is now a thin wrapper around wx.lib.dialogs.py all dialog results now use DialogResults class instead of dictionary e.g. result.accepted instead of result['accepted'] see dialogs sample and other samples and tools for examples of change Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.298 retrieving revision 1.299 diff -C2 -d -r1.298 -r1.299 *** changelog.txt 10 Aug 2004 23:41:00 -0000 1.298 --- changelog.txt 12 Aug 2004 19:10:03 -0000 1.299 *************** *** 3,6 **** --- 3,12 ---- Release 0.8 2004-08-?? + getCommandLineArgs moved to util.py + runOptionsDialog moved to templates.dialogs.runOptionsDialog.py + dialog.py is now a thin wrapper around wx.lib.dialogs.py + all dialog results now use DialogResults class instead of dictionary + e.g. result.accepted instead of result['accepted'] + see dialogs sample and other samples and tools for examples of change menuDialog changed to insert in place, added default naming based on label changed Calendar component to CAL_SEQUENTIAL_MONTH_SELECTION style |