ocaml/otherlibs/labltk/example
Pierre Weis 2116da4220 Getting rid of obsolete boolean operators & and or
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3359 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2000-12-28 13:07:42 +00:00
..
.cvsignore ignore executables 2000-04-13 05:18:12 +00:00
Lambda2.back.gif Add to HEAD branch 1999-11-30 14:59:39 +00:00
Makefile automatic -L 2000-04-17 02:26:44 +00:00
README passe demo.ml en mode classique 2000-05-17 00:19:09 +00:00
calc.ml tilde syntax 2000-04-12 09:53:09 +00:00
clock.ml types produits 2000-04-16 12:38:28 +00:00
demo.ml passe demo.ml en mode classique 2000-05-17 00:19:09 +00:00
eyes.ml Petites modifs (typos). 2000-05-22 14:57:26 +00:00
hello.ml tilde syntax 2000-04-12 09:53:09 +00:00
hello.tcl Add to HEAD branch 1999-11-30 14:59:39 +00:00
tetris.ml Getting rid of obsolete boolean operators & and or 2000-12-28 13:07:42 +00:00

README

$Id$

Some examples for LablTk.
They are written in classic mode, except testris.ml which uses label
commutation.
You may either compile them here, or just run them as scripts with
        labltk example.ml

hello.ml        A very simple example of CamlTk
hello.tcl       The same programme in Tcl/Tk

demo.ml         A demonstration using many widget classes

eyes.ml         A "bind" test

calc.ml         A little calculator

clock.ml        An analog clock  (uses unix.cma)

tetris.ml       You NEED a game also (uses -labels)