Class: Tk::Vu::Bargraph (Ruby 2.3.4)

In Files

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

Parent

Methods

Class/Module Index [+]

Quicksearch

Tk::Vu::Bargraph

Public Instance Methods

get()
 
               # File tk/lib/tkextlib/vu/bargraph.rb, line 59
def get()
  num_or_str(tk_call_without_enc(@path, 'get'))
end
            
set(val = None)
 
               # File tk/lib/tkextlib/vu/bargraph.rb, line 54
def set(val = None)
  tk_call_without_enc(@path, 'set', val)
  self
end