Changeset 8f19b69 in sasview


Ignore:
Timestamp:
Jul 18, 2011 1:39:50 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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
Message:

add switch button to data_panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/data_panel.py

    r80ddbd0 r8f19b69  
    166166        self.layout_data_list() 
    167167        self.layout_button() 
    168         #self.layout_batch() 
     168        self.layout_batch() 
    169169    
    170170    def define_panel_structure(self): 
     
    349349                wx.PostEvent(self.parent,  
    350350                             NewBatchEvent(enable=False)) 
    351         print "single mode" 
    352          
     351        
    353352    def on_batch_mode(self, event): 
    354353        """ 
     
    358357                wx.PostEvent(self.parent,  
    359358                             NewBatchEvent(enable=True)) 
    360         print "batch mode" 
    361359       
    362360    def layout_data_list(self): 
Note: See TracChangeset for help on using the changeset viewer.