Class: Tk::Iwidgets::Feedback (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/iwidgets/feedback.rb

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Feedback

Public Instance Methods

reset()
 
               # File tk/lib/tkextlib/iwidgets/feedback.rb, line 27
def reset
  tk_call(@path, 'reset')
  self
end
            
step(inc=1)
 
               # File tk/lib/tkextlib/iwidgets/feedback.rb, line 32
def step(inc=1)
  tk_call(@path, 'step', inc)
  self
end