Methods
    
  
  
  
    
    
    
      
      Constants
      | TkCommandNames | = | ['button'.freeze].freeze | 
| WidgetClassName | = | 'Button'.freeze | 
Instance Public methods
      
        
            
              flash()
            
            Link
          
          
          
            
            
              invoke()
            
            Link
          
          
          
            def create_self(keys)
if keys and keys != None
  tk_call_without_enc('button', @path, *hash_kv(keys, true))
else
  tk_call_without_enc('button', @path)
endend private :create_self