Changeset 3394 for trunk/GSASIIdataGUI.py
- Timestamp:
- May 18, 2018 3:23:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3392 r3394 4989 4989 # PDR / Unit Cells List 4990 4990 G2G.Define_wxId('wxID_INDEXPEAKS', 'wxID_REFINECELL', 'wxID_COPYCELL', 'wxID_MAKENEWPHASE', 4991 'wxID_EXPORTCELLS', )4991 'wxID_EXPORTCELLS','wxID_LOADCELL','wxID_IMPORTCELL') 4992 4992 self.IndexMenu = wx.MenuBar() 4993 4993 self.PrefillDataMenu(self.IndexMenu) … … 4997 4997 self.CopyCell = self.IndexEdit.Append(G2G.wxID_COPYCELL,'Copy Cell', 4998 4998 'Copy selected unit cell from indexing to cell refinement fields') 4999 self.LoadCell = self.IndexEdit.Append(G2G.wxID_LOADCELL,'Load Cell', 5000 'Load unit cell from phase') 5001 self.ImportCell = self.IndexEdit.Append(G2G.wxID_IMPORTCELL,'Import Cell', 5002 'Import unit cell from file') 4999 5003 self.RefineCell = self.IndexEdit.Append(G2G.wxID_REFINECELL,'Refine Cell', 5000 5004 'Refine unit cell parameters from indexed peaks')
Note: See TracChangeset
for help on using the changeset viewer.