Method: Tk::Vu::Bargraph#set
- Defined in:
- ext/lib/tkextlib/vu/bargraph.rb
#set(val = None) ⇒ Object
53 54 55 56 |
# File 'ext/lib/tkextlib/vu/bargraph.rb', line 53 def set(val = None) tk_call_without_enc(@path, 'set', val) self end |