Type: 
    	
      
        Module
      
    
        
        	
      	Constants:
    	
      
        
        
          
          	WidgetClassNames
        	:  
          
          	TkUtil.untrust({})
        	
        
    
        
                  
        
        
          
          	TkExtlibAutoloadModule
        	:  
          
          	TkUtil.untrust([])
        	
        
    
        
                  
        
        
          
          	Tk_IDs
        	:  
          
          	[
TkUtil.untrust("00000"), # [0]-cmdid
TkUtil.untrust("00000")  # [1]-winid
]
        	
        
    
        
            
          Tk_CMDTBL = {} Tk_WINDOWS = {}
          
          	Tk_CMDTBL
        	:  
          
          	Object.new
        	
        
    
        
            
          for backward compatibility
          
          	Tk_WINDOWS
        	:  
          
          	Object.new
        	
        
    
        
                  
        
        
          
          	GET_CONFIGINFO_AS_ARRAY
        	:  
          
          	true
        	
        
    
        
            
          GET_CONFIGINFO_AS_ARRAY = false => returns a Hash { opt =>val, ⦠}
true => returns an Array [[opt,val], ... ]
val is a list which includes resource info.
          
          	GET_CONFIGINFOwoRES_AS_ARRAY
        	:  
          
          	true
        	
        
    
        
            
          for configinfo without resource info; list of [opt, value] pair
false => returns a Hash { opt=>val, ... }
true  => returns an Array [[opt,val], ... ]
          
          	USE_TCLs_LIST_FUNCTIONS
        	:  
          
          	true
        	
        
    
        
                  
            
        
    
    
    define TkComm module (step 2: event binding)