Changeset 7a67e075 in sasview for guiframe/local_perspectives


Ignore:
Timestamp:
Jan 26, 2011 1:54:16 PM (14 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:
3feed3e
Parents:
0912feab
Message:

working on guiframe views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/local_perspectives/plotting/Plotter1D.py

    r52b8b74 r7a67e075  
    8787        self.graph.render(self) 
    8888        #bind with event to contrst context menu 
    89         self.parent.Bind(EVT_NEW_LOADED_DATA, self._add_new_plot) 
     89        #self.parent.Bind(EVT_NEW_LOADED_DATA, self._add_new_plot) 
    9090         
    9191    def on_add_new_plot(self, event): 
     
    253253        self._slicerpop.Append(id, '&Print Preview', 'image preview for print') 
    254254        wx.EVT_MENU(self, id, self.onPrinterPreview) 
     255        """ 
    255256        #add plot 
    256257        self._menu_add_plot = wx.Menu() 
     
    262263        self._slicerpop.AppendSubMenu(self._menu_add_plot, '&Add New Plot') 
    263264        self._fill_menu_add_plot() 
     265        """ 
    264266        self._slicerpop.AppendSeparator() 
    265267        #add menu of other plugins 
Note: See TracChangeset for help on using the changeset viewer.