Changeset 2900 for branch/2frame/GSASIIphsGUI.py
- Timestamp:
- Jul 4, 2017 9:37:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIphsGUI.py
r2899 r2900 39 39 import GSASIIddataGUI as G2ddG 40 40 import GSASIIplot as G2plt 41 import GSASII gridas G2gd41 import GSASIIdataGUI as G2gd 42 42 import GSASIIIO as G2IO 43 43 import GSASIIstrMain as G2stMn … … 47 47 import GSASIIpy3 as G2py3 48 48 import GSASIIobj as G2obj 49 import GSASIIctrl sas G2G49 import GSASIIctrlGUI as G2G 50 50 import GSASIIconstrGUI as G2cnstG 51 51 import numpy as np … … 1065 1065 '''Create the data display window contents when a phase is clicked on 1066 1066 in the main (data tree) window. 1067 Called only from :meth:`GSASII grid.SelectDataTreeItem`,1067 Called only from :meth:`GSASIIdataGUI.SelectDataTreeItem`, 1068 1068 which in turn is called from :meth:`GSASII.GSASII.OnDataTreeSelChanged` 1069 1069 when a Phase tree item is selected. This creates all tabs on the page and fills
Note: See TracChangeset
for help on using the changeset viewer.