- Timestamp:
- Apr 22, 2011 6:26:41 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 5342eb8
- Parents:
- 60ad58b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/data_panel.py
r9f4c579 rf72b143 266 266 wx.EVT_BUTTON(self, self.bt_add.GetId(), self._load_data) 267 267 #self.bt_remove = wx.Button(self, wx.NewId(), "Remove Data") 268 #self.bt_remove.SetToolTipString("Remove data from the application")269 #wx.EVT_BUTTON(self, self.bt_remove.GetId(), self.on_remove)268 #self.bt_remove.SetToolTipString("Remove data from the application") 269 #wx.EVT_BUTTON(self, self.bt_remove.GetId(), self.on_remove) 270 270 self.bt_import = wx.Button(self, wx.NewId(), "Send To") 271 271 self.bt_import.SetToolTipString("Send set of Data to active perspective") … … 305 305 self.sizer3.Add(self.bt_add,( iy, ix),(1,1), 306 306 wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5) 307 ix += 1308 self.sizer3.Add(self.bt_remove,( iy, ix),(1,1),309 wx.EXPAND|wx.ADJUST_MINSIZE, 0)307 #ix += 1 308 #self.sizer3.Add(self.bt_remove,( iy, ix),(1,1), 309 # wx.EXPAND|wx.ADJUST_MINSIZE, 0) 310 310 ix = 0 311 311 iy += 1 … … 871 871 enable or disable remove button 872 872 """ 873 return 873 874 n_t = self.tree_ctrl.GetCount() 874 875 n_t_t = self.tree_ctrl_theory.GetCount()
Note: See TracChangeset
for help on using the changeset viewer.