Changeset 1518 for trunk/GSASIIgrid.py
- Timestamp:
- Oct 6, 2014 10:16:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1517 r1518 105 105 ] = [wx.NewId() for item in range(8)] 106 106 107 [ wxID_STRSTACOPY, wxID_STRSTAFIT, wxID_STRSTASAVE, wxID_STRSTALOAD,wxID_ APPENDDZERO,108 wxID_ STRSTAALLFIT,wxID_UPDATEDZERO,109 ] = [wx.NewId() for item in range( 7)]107 [ wxID_STRSTACOPY, wxID_STRSTAFIT, wxID_STRSTASAVE, wxID_STRSTALOAD,wxID_STRSTSAMPLE, 108 wxID_APPENDDZERO,wxID_STRSTAALLFIT,wxID_UPDATEDZERO, 109 ] = [wx.NewId() for item in range(8)] 110 110 111 111 [ wxID_BACKCOPY,wxID_LIMITCOPY, wxID_SAMPLECOPY, wxID_SAMPLECOPYSOME, wxID_BACKFLAGCOPY, wxID_SAMPLEFLAGCOPY, … … 3272 3272 self.SampleEdit.Append(id=wxID_SAMPLE1VAL, kind=wx.ITEM_NORMAL,text='Set one value', 3273 3273 help='Set one sample parameter value across multiple histograms') 3274 self.SampleEdit.Append(id=wxID_ALLSAMPLELOAD, kind=wx.ITEM_NORMAL,text='Load all samples',3274 self.SampleEdit.Append(id=wxID_ALLSAMPLELOAD, kind=wx.ITEM_NORMAL,text='Load all', 3275 3275 help='Load sample parmameters over multiple histograms') 3276 3276 … … 3455 3455 self.StrStaEdit.Append(help='Load stress/strain data from file', 3456 3456 id=wxID_STRSTALOAD, kind=wx.ITEM_NORMAL,text='Load stress/strain') 3457 self.StrStaEdit.Append(help='Load sample data from file', 3458 id=wxID_STRSTSAMPLE, kind=wx.ITEM_NORMAL,text='Load sample data') 3457 3459 self.PostfillDataMenu() 3458 3460
Note: See TracChangeset
for help on using the changeset viewer.