class Tk::Iwidgets::Feedback
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/feedback.rb, line 27 def reset tk_call(@path, 'reset') self end
Source
# File lib/tkextlib/iwidgets/feedback.rb, line 32 def step(inc=1) tk_call(@path, 'step', inc) self end
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/feedback.rb, line 22 def __strval_optkeys super() << 'barcolor' end
Calls superclass method
Tk::Iwidgets::Labeledwidget#__strval_optkeys