Changeset 2818 for trunk/GSASIIIO.py


Ignore:
Timestamp:
May 2, 2017 1:39:22 PM (6 years ago)
Author:
vondreele
Message:

add GetPhaseNames?(fl) to G2obj - uses opened gpx file
fix PhaseSelector? & remove ShowBusy? & DoneBusy? from G2IO - not used ever

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r2817 r2818  
    3333GSASIIpath.SetVersionNumber("$Revision$")
    3434import GSASIIgrid as G2gd
    35 import GSASIIspc as G2spc
    3635import GSASIIobj as G2obj
    3736import GSASIIlattice as G2lat
     
    12021201    return result
    12031202
    1204 def PhaseSelector(self, ChoiceList, ParentFrame=None,
     1203def PhaseSelector(ChoiceList, ParentFrame=None,
    12051204    title='Select a phase', size=None,header='Phase Selector'):
    12061205    ''' Provide a wx dialog to select a phase if the file contains more
     
    12101209        size,header)
    12111210
    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!
    12191211######################################################################
    12201212def striphist(var,insChar=''):
Note: See TracChangeset for help on using the changeset viewer.