Method: Tk::Iwidgets::Tabnotebook#scrollcommand

Defined in:
ext/lib/tkextlib/iwidgets/tabnotebook.rb

#scrollcommand(cmd = Proc.new) ⇒ Object Also known as: xscrollcommand, yscrollcommand



125
126
127
128
# File 'ext/lib/tkextlib/iwidgets/tabnotebook.rb', line 125

def scrollcommand(cmd=Proc.new)
  configure_cmd 'scrollcommand', cmd
  self
end