Changeset 923 for trunk/GSASIIgrid.py
- Timestamp:
- May 17, 2013 4:25:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r914 r923 10 10 ''' 11 11 *GSASIIgrid: Basic GUI routines* 12 ================================ 12 -------------------------------- 13 13 14 14 15 ''' … … 1951 1952 1952 1953 def UpdatePWHKPlot(G2frame,kind,item): 1953 '''N ot sure what this does1954 '''Needs a doc string 1954 1955 ''' 1955 1956 … … 1997 1998 1998 1999 def UpdateHKLControls(G2frame,data): 1999 '''N ot sure what this does2000 '''Needs a doc string 2000 2001 ''' 2001 2002 … … 2092 2093 2093 2094 def GetPatternTreeDataNames(G2frame,dataTypes): 2094 '''N ot sure what this does2095 '''Needs a doc string 2095 2096 ''' 2096 2097 names = [] … … 2104 2105 2105 2106 def GetPatternTreeItemId(G2frame, parentId, itemText): 2106 '''N ot sure what this does2107 '''Needs a doc string 2107 2108 ''' 2108 2109 item, cookie = G2frame.PatternTree.GetFirstChild(parentId) … … 2114 2115 2115 2116 def MovePatternTreeToGrid(G2frame,item): 2116 '''N ot sure what this does2117 '''Needs a doc string 2117 2118 ''' 2118 2119
Note: See TracChangeset
for help on using the changeset viewer.