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 |
|
|