From: Phil E. <l2...@us...> - 2007-10-31 17:24:20
|
Update of /cvsroot/pythoncard/PythonCard/docs/html/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20464 Modified Files: alertdialog.html Log Message: Change wording to reflect use of wx.libs.DialogResults object as a return value Index: alertdialog.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/dialogs/alertdialog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** alertdialog.html 17 Aug 2004 19:09:34 -0000 1.2 --- alertdialog.html 31 Oct 2007 17:24:20 -0000 1.3 *************** *** 6,10 **** content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Dan Shafer"> <title>Alert Dialog</title> --- 6,10 ---- content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="Phil Edwards"> <title>Alert Dialog</title> *************** *** 63,69 **** <code>result = dialog.alertDialog(self, 'a message', 'a title')</code><br> <h2>Interacting With the Dialog</h2> ! The alertDialog component returns two values, stored as elements ! of the Python dictionary called "results" returned by all PythonCard ! dialogs. These results are as shown in the following table.<br> <br> --- 63,68 ---- <code>result = dialog.alertDialog(self, 'a message', 'a title')</code><br> <h2>Interacting With the Dialog</h2> ! The alertDialog component returns a wxPython DialogResults object ! which contains 2 attributes, as shown in the following table<br> <br> |