ocaml/otherlibs/labltk/examples_labltk
Xavier Leroy aa566a32ac Nettoyage Makefile.nt pour Mingw
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4915 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2002-06-11 08:30:20 +00:00
..
.cvsignore
Lambda2.back.gif
Makefile
Makefile.nt
README
calc.ml
clock.ml
demo.ml
eyes.ml
hello.ml
hello.tcl
lang.ml
taquin.ml
tetris.ml

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)