Parent Directory
|
Revision Log
|
Patch
revision 315 by bh, Wed Sep 11 15:18:09 2002 UTC | revision 316 by bh, Thu Sep 12 18:46:01 2002 UTC | |
---|---|---|
# | Line 219 class MainWindow(wxFrame): | Line 219 class MainWindow(wxFrame): |
219 | """Run a modal message box with the given text, title and flags | """Run a modal message box with the given text, title and flags |
220 | and return the result""" | and return the result""" |
221 | dlg = wxMessageDialog(self, text, title, flags) | dlg = wxMessageDialog(self, text, title, flags) |
222 | dlg.CenterOnParent() | |
223 | result = dlg.ShowModal() | result = dlg.ShowModal() |
224 | dlg.Destroy() | dlg.Destroy() |
225 | return result | return result |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |