Changeset 8f19b69 in sasview
- Timestamp:
- Jul 18, 2011 3:39:50 PM (13 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:
- b461b8fe
- Parents:
- 80ddbd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/data_panel.py
r80ddbd0 r8f19b69 166 166 self.layout_data_list() 167 167 self.layout_button() 168 #self.layout_batch()168 self.layout_batch() 169 169 170 170 def define_panel_structure(self): … … 349 349 wx.PostEvent(self.parent, 350 350 NewBatchEvent(enable=False)) 351 print "single mode" 352 351 353 352 def on_batch_mode(self, event): 354 353 """ … … 358 357 wx.PostEvent(self.parent, 359 358 NewBatchEvent(enable=True)) 360 print "batch mode"361 359 362 360 def layout_data_list(self):
Note: See TracChangeset
for help on using the changeset viewer.