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

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

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

revision 1035 by jan, Mon May 26 17:03:08 2003 UTC revision 1131 by frank, Thu Jun 5 13:27:01 2003 UTC
# Line 41  class IdentifyView(NonModalDialog): Line 41  class IdentifyView(NonModalDialog):
41          parent.Subscribe(SHAPES_SELECTED, self.selected_shape)          parent.Subscribe(SHAPES_SELECTED, self.selected_shape)
42    
43          panel = wxPanel(self, -1, style = wxWANTS_CHARS)          panel = wxPanel(self, -1, style = wxWANTS_CHARS)
44          #self.list = IdentifyListCtrl(panel, -1)          self.list = IdentifyListCtrl(panel, -1)
45          self.list = IdentifyGridCtrl(panel)          #self.list = IdentifyGridCtrl(panel)
46    
47          sizer = wxBoxSizer(wxVERTICAL)          sizer = wxBoxSizer(wxVERTICAL)
48          sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0)          sizer.Add(self.list, 1, wx.wxEXPAND| wx.wxALL, 0)

Legend:
Removed from v.1035  
changed lines
  Added in v.1131

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26