Method: Tk::Scale#configure_cmd

Defined in:
lib/tk/scale.rb

#configure_cmd(slot, value) ⇒ Object



66
67
68
# File 'lib/tk/scale.rb', line 66

def configure_cmd(slot, value)
  configure(slot=>value)
end