Method: Tk::BLT::Tabset#xscrollcommand

Defined in:
lib/tkextlib/blt/tabset.rb

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



484
485
486
487
# File 'lib/tkextlib/blt/tabset.rb', line 484

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