Method: Tk::Iwidgets::Watch#watch
- Defined in:
- lib/tkextlib/iwidgets/watch.rb
#watch(*args) ⇒ Object
50 51 52 53 54 55 |
# File 'lib/tkextlib/iwidgets/watch.rb', line 50 def watch(*args) unless args.empty? tk_call(@path, 'watch', *args) end component_path('canvas') end |