Changeset 781
- Timestamp:
- Oct 12, 2012 9:25:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r774 r781 1402 1402 choices = ['Type','Name','x','y','z','frac','I/A','Uiso'] 1403 1403 dlg = wx.SingleChoiceDialog(G2frame,'Select','Atom parameter',choices) 1404 parm = '' 1404 1405 if dlg.ShowModal() == wx.ID_OK: 1405 1406 sel = dlg.GetSelection()
Note: See TracChangeset
for help on using the changeset viewer.