Methods
F
I
Constants
TkCommandNames = ['::iwidgets::extbutton'.freeze].freeze
 
WidgetClassName = 'Extbutton'.freeze
 
Instance Public methods
flash()
# File ext/tk/lib/tkextlib/iwidgets/extbutton.rb, line 36
def flash
  tk_call(@path, 'flash')
  self
end
invoke()
# File ext/tk/lib/tkextlib/iwidgets/extbutton.rb, line 31
def invoke
  tk_call(@path, 'invoke')
  self
end