Changeset 1840 for trunk/GSASIIgrid.py
- Timestamp:
- May 7, 2015 11:40:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1831 r1840 114 114 115 115 [ wxID_INDXRELOAD, wxID_INDEXPEAKS, wxID_REFINECELL, wxID_COPYCELL, wxID_MAKENEWPHASE, 116 ] = [wx.NewId() for item in range(5)] 116 wxID_EXPORTCELLS, 117 ] = [wx.NewId() for item in range(6)] 117 118 118 119 [ wxID_CONSTRAINTADD,wxID_EQUIVADD,wxID_HOLDADD,wxID_FUNCTADD, … … 887 888 self.MakeNewPhase = self.IndexEdit.Append( id=wxID_MAKENEWPHASE, kind=wx.ITEM_NORMAL, 888 889 text='Make new phase',help='Make new phase from selected unit cell') 890 self.ExportCells = self.IndexEdit.Append( id=wxID_EXPORTCELLS, kind=wx.ITEM_NORMAL, 891 text='Export cell list',help='Export cell list to csv file') 889 892 self.PostfillDataMenu() 890 893 self.IndexPeaks.Enable(False)
Note: See TracChangeset
for help on using the changeset viewer.