class Tk::Vu::Bargraph
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
get()
click to toggle source
# File lib/tkextlib/vu/bargraph.rb, line 59 def get() num_or_str(tk_call_without_enc(@path, 'get')) end
set(val = None)
click to toggle source
# File lib/tkextlib/vu/bargraph.rb, line 54 def set(val = None) tk_call_without_enc(@path, 'set', val) self end