# File rbSnack/tkSnack.rb, line 113
  def sendTkCmd(*cmds)
      raise "Snack not initialized" unless @@root.type==TkRoot
      @@root.tk_call (cmds)
  end