/[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 1074 by bh, Tue May 27 17:39:43 2003 UTC revision 1076 by frank, Wed May 28 08:25:12 2003 UTC
# Line 698  class MainWindow(DockFrame): Line 698  class MainWindow(DockFrame):
698          dlg = wxMultipleChoiceDialog(self, _("Pick the table to show:"),          dlg = wxMultipleChoiceDialog(self, _("Pick the table to show:"),
699                                       _("Show Table"),                                       _("Show Table"),
700                                       [t.Title() for t in tables],                                       [t.Title() for t in tables],
701                                       size = (400,300), style = wxRESIZE_BORDER)                                       size = (400,300),
702                                         style = wxDEFAULT_DIALOG_STYLE |
703                                                 wxRESIZE_BORDER)
704          if (dlg.ShowModal() == wxID_OK):          if (dlg.ShowModal() == wxID_OK):
705              for i in dlg.GetValue():              for i in dlg.GetValue():
706                  # XXX: if the table belongs to a layer, open a                  # XXX: if the table belongs to a layer, open a

Legend:
Removed from v.1074  
changed lines
  Added in v.1076

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26