/[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 235 by bh, Tue Jul 23 10:56:29 2002 UTC revision 238 by bh, Wed Jul 24 10:19:46 2002 UTC
# Line 41  bitmapext = ".xpm" Line 41  bitmapext = ".xpm"
41  class MainWindow(wxFrame):  class MainWindow(wxFrame):
42    
43      def __init__(self, parent, ID, title, application, interactor,      def __init__(self, parent, ID, title, application, interactor,
44                   initial_message = None):                   initial_message = None, size = wxSize(-1, -1)):
45          wxFrame.__init__(self, parent, ID, title, wxDefaultPosition,          wxFrame.__init__(self, parent, ID, title, wxDefaultPosition, size)
                          wxSize(400, 300))  
46    
47          self.application = application          self.application = application
48          self.interactor = interactor          self.interactor = interactor

Legend:
Removed from v.235  
changed lines
  Added in v.238

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26