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

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

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

revision 2700 by dpinte, Mon Sep 18 14:27:02 2006 UTC revision 2709 by dpinte, Tue Oct 3 09:34:51 2006 UTC
# Line 191  class ClassGenDialog(wx.Dialog): Line 191  class ClassGenDialog(wx.Dialog):
191    
192          self.Bind(wx.EVT_CHOICE, self._OnGenTypeSelect, id=ID_CLASSGEN_GENCOMBO)          self.Bind(wx.EVT_CHOICE, self._OnGenTypeSelect, id=ID_CLASSGEN_GENCOMBO)
193          self.Bind(wx.EVT_CHOICE, self._OnPropTypeSelect, id=ID_CLASSGEN_PROPCOMBO)          self.Bind(wx.EVT_CHOICE, self._OnPropTypeSelect, id=ID_CLASSGEN_PROPCOMBO)
194          self.Bind(wx.EVT_BUTTON, self.OnOK, self, id=wx.ID_OK)          self.Bind(wx.EVT_BUTTON, self.OnOK, self.genButton)
195          self.Bind(wx.EVT_BUTTON, self.OnCancel, self, id=wx.ID_CANCEL)          self.Bind(wx.EVT_BUTTON, self.OnCancel, self.cancelButton)
196    
197          self.__DoOnGenTypeSelect()          self.__DoOnGenTypeSelect()
198    

Legend:
Removed from v.2700  
changed lines
  Added in v.2709

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26