Method: Tk::Tcllib::Plotchart::Timechart#hscroll=

Defined in:
lib/tkextlib/tcllib/plotchart.rb

#hscroll=(scr) ⇒ Object



1232
1233
1234
1235
# File 'lib/tkextlib/tcllib/plotchart.rb', line 1232

def hscroll=(scr)
  tk_call_without_enc(@chart, 'hscroll', scr)
  scr
end