Source: show
# File ext/tk/lib/tkextlib/iwidgets/pushbutton.rb, line 31 def flash tk_call_without_enc(@path, 'flash') self end
# File ext/tk/lib/tkextlib/iwidgets/pushbutton.rb, line 26 def invoke tk_call_without_enc(@path, 'invoke') self end