From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA05022 for caml-red; Sat, 25 Nov 2000 16:56:08 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA07636 for ; Fri, 24 Nov 2000 14:21:51 +0100 (MET) Received: from mail.infosun.fmi.uni-passau.de (vivaldi.fmi.uni-passau.de [132.231.64.49]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id eAODLo503184 for ; Fri, 24 Nov 2000 14:21:50 +0100 (MET) Received: from gershwin.fmi.uni-passau.de (gershwin.fmi.uni-passau.de [132.231.64.63]) by mail.infosun.fmi.uni-passau.de (Postfix) with ESMTP id 15AC630C01 for ; Fri, 24 Nov 2000 14:21:50 +0100 (MET) Received: from localhost (krauth@localhost) by gershwin.fmi.uni-passau.de (8.8.8/8.8.8) with ESMTP id OAA27837 for ; Fri, 24 Nov 2000 14:21:49 +0100 (MET) X-Authentication-Warning: gershwin.fmi.uni-passau.de: krauth owned process doing -bs Date: Fri, 24 Nov 2000 14:21:49 +0100 (MET) From: Axel Krauth To: caml-list@inria.fr Subject: labltk lib Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: weis@pauillac.inria.fr Hi all! just a small question on how to use the labltk-library : The manual says : This interface is generated in an automated way, and you should refer to Tcl/Tk books and man pages for information on the behaviour of the numerous functions. which is okay, but I have the problem that I don't know the signatures and names of the corresponding ocaml functions. Is there an uniform way of translating the name/signature of tcl/tk functions into the corresponding ocaml functions ? bye, Axel