Source: show
# File ext/tk/lib/tkextlib/iwidgets/feedback.rb, line 26 def reset tk_call(@path, 'reset') self end
# File ext/tk/lib/tkextlib/iwidgets/feedback.rb, line 31 def step(inc=1) tk_call(@path, 'step', inc) self end