Changeset 923 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
May 17, 2013 4:25:32 PM (10 years ago)
Author:
toby
Message:

more doc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r914 r923  
    1010'''
    1111*GSASIIgrid: Basic GUI routines*
    12 ================================
     12--------------------------------
     13
    1314
    1415'''
     
    19511952       
    19521953def UpdatePWHKPlot(G2frame,kind,item):
    1953     '''Not sure what this does
     1954    '''Needs a doc string
    19541955    '''
    19551956
     
    19971998       
    19981999def UpdateHKLControls(G2frame,data):
    1999     '''Not sure what this does
     2000    '''Needs a doc string
    20002001    '''
    20012002   
     
    20922093       
    20932094def GetPatternTreeDataNames(G2frame,dataTypes):
    2094     '''Not sure what this does
     2095    '''Needs a doc string
    20952096    '''
    20962097    names = []
     
    21042105                         
    21052106def GetPatternTreeItemId(G2frame, parentId, itemText):
    2106     '''Not sure what this does
     2107    '''Needs a doc string
    21072108    '''
    21082109    item, cookie = G2frame.PatternTree.GetFirstChild(parentId)
     
    21142115
    21152116def MovePatternTreeToGrid(G2frame,item):
    2116     '''Not sure what this does
     2117    '''Needs a doc string
    21172118    '''
    21182119   
Note: See TracChangeset for help on using the changeset viewer.