Changeset 2818 for trunk/GSASIIIO.py
- Timestamp:
- May 2, 2017 1:39:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r2817 r2818 33 33 GSASIIpath.SetVersionNumber("$Revision$") 34 34 import GSASIIgrid as G2gd 35 import GSASIIspc as G2spc36 35 import GSASIIobj as G2obj 37 36 import GSASIIlattice as G2lat … … 1202 1201 return result 1203 1202 1204 def PhaseSelector( self,ChoiceList, ParentFrame=None,1203 def PhaseSelector(ChoiceList, ParentFrame=None, 1205 1204 title='Select a phase', size=None,header='Phase Selector'): 1206 1205 ''' Provide a wx dialog to select a phase if the file contains more … … 1210 1209 size,header) 1211 1210 1212 def ShowBusy():1213 wx.BeginBusyCursor()1214 # wx.Yield() # make it happen now!1215 1216 def DoneBusy():1217 wx.EndBusyCursor()1218 wx.Yield() # make it happen now!1219 1211 ###################################################################### 1220 1212 def striphist(var,insChar=''):
Note: See TracChangeset
for help on using the changeset viewer.