Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tkextlib/vu/bargraph.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Tk::Vu::Bargraph

Public Instance Methods

get() click to toggle source
 
               # File tk/lib/tkextlib/vu/bargraph.rb, line 58
def get()
  num_or_str(tk_call_without_enc(@path, 'get'))
end
            
set(val = None) click to toggle source
 
               # File tk/lib/tkextlib/vu/bargraph.rb, line 53
def set(val = None)
  tk_call_without_enc(@path, 'set', val)
  self
end