Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27879
Modified Files:
dialog.py
Log Message:
more dialog related fixes
Index: dialog.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/dialog.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** dialog.py 15 Aug 2004 17:34:55 -0000 1.36
--- dialog.py 15 Aug 2004 17:55:35 -0000 1.37
***************
*** 59,62 ****
--- 59,66 ----
return result
+ # KEA 2004-08-15
+ # should we have a passwordEntryDialog and multilineEntryDialog
+ # for convenience rather than requiring the use of
+ # wx.TE_PASSWORD or wx.TE_MULTILINE styles?
textEntryDialog = dialogs.textEntryDialog
messageDialog = dialogs.messageDialog
|