Method: Tk::Iwidgets::Pushbutton#invoke
- Defined in:
- lib/tkextlib/iwidgets/pushbutton.rb
#invoke ⇒ Object
26 27 28 29 |
# File 'lib/tkextlib/iwidgets/pushbutton.rb', line 26 def invoke tk_call_without_enc(@path, 'invoke') self end |
26 27 28 29 |
# File 'lib/tkextlib/iwidgets/pushbutton.rb', line 26 def invoke tk_call_without_enc(@path, 'invoke') self end |