Method: Tk::Iwidgets::Tabnotebook#scrollcommand

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

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



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

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