| 
        
 
/ . / CGLtk / DictBrowser.py / DictBrowser  
DictBrowser is a class for browsing attributes of a single
        dictionary.  The DictBrowser user interface is divided into
        two sections:  the top section is the list of attributes
        (key/value pairs) in the dictionary; the bottom section
        contains two fields for adding/modifying/deleting attributes. 
        
            | 
                
                  Methods 
                
             | 
            
                 
             | 
         
        
        
        
        
            | 
                
                   
                
             | 
            
                updateAttr 
             | 
         
        
        
        
updateAttr ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                deleteAttr 
             | 
         
        
        
        
deleteAttr ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                selectAttr 
             | 
         
        
        
        
selectAttr ( self,  lb )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                revertAttr 
             | 
         
        
        
        
revertAttr ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                setDict 
             | 
         
        
        
        
setDict ( self,  dict )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                __init__ 
             | 
         
        
        
        
__init__ (
        self,
        master=None,
        updateCallback=None,
        dict=None,
        **kw,
        )
 |  
  |  
 
         |