Changeset 1831 for trunk/GSASII.py


Ignore:
Timestamp:
May 1, 2015 6:38:23 PM (8 years ago)
Author:
toby
Message:

move remaining generic controls to G2ctrls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r1829 r1831  
    644644        notOK = True
    645645        while notOK:
    646             result = G2gd.ItemSelector(TextList,self,header,header='Add histogram(s)',multiple=True)
     646            result = G2G.ItemSelector(TextList,self,header,header='Add histogram(s)',multiple=True)
    647647            if not result: return
    648648            # check that selected single crystal histograms are not already in use!
     
    804804        for Name in newHistList:
    805805            header += '\n  '+str(Name)
    806         result = G2gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
     806        result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
    807807        if not result: return
    808808        # connect new phases to histograms
     
    14041404            header += '\n  '+str(Name)
    14051405
    1406         result = G2gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
     1406        result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
    14071407        if not result: return
    14081408        # connect new phases to histograms
     
    15691569        if not phaseNameList: return # no phases yet, nothing to do
    15701570        header = 'Select phase(s) to add the new\npowder simulation (dummy) dataset to:'
    1571         result = G2gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
     1571        result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)
    15721572        if not result: return
    15731573        # connect new phases to histograms
Note: See TracChangeset for help on using the changeset viewer.