/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 180 by bh, Tue May 7 16:55:38 2002 UTC revision 181 by bh, Wed May 22 13:42:04 2002 UTC
# Line 197  class MainWindow(wxFrame): Line 197  class MainWindow(wxFrame):
197                  event.Check(command.Checked(self))                  event.Check(command.Checked(self))
198    
199      def RunMessageBox(self, title, text, flags = wxOK | wxICON_INFORMATION):      def RunMessageBox(self, title, text, flags = wxOK | wxICON_INFORMATION):
200          """Run a modla message box with the given text, title and flags          """Run a modal message box with the given text, title and flags
201          and return the result"""          and return the result"""
202          dlg = wxMessageDialog(self, text, title, flags)          dlg = wxMessageDialog(self, text, title, flags)
203          result = dlg.ShowModal()          result = dlg.ShowModal()

Legend:
Removed from v.180  
changed lines
  Added in v.181

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26