Class: Tk::Iwidgets::Pushbutton (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/iwidgets/pushbutton.rb

Methods

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Pushbutton

Public Instance Methods

flash()
 
               # File tk/lib/tkextlib/iwidgets/pushbutton.rb, line 32
def flash
  tk_call_without_enc(@path, 'flash')
  self
end
            
invoke()
 
               # File tk/lib/tkextlib/iwidgets/pushbutton.rb, line 27
def invoke
  tk_call_without_enc(@path, 'invoke')
  self
end