ocaml/otherlibs/labltk/examples_labltk
Jun FURUSE / 古瀬 淳 c54baa5bd6 merge the branch mltk
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4745 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2002-04-26 12:16:26 +00:00
..
.cvsignore merge the branch mltk 2002-04-26 12:16:26 +00:00
Lambda2.back.gif merge the branch mltk 2002-04-26 12:16:26 +00:00
Makefile merge the branch mltk 2002-04-26 12:16:26 +00:00
Makefile.nt merge the branch mltk 2002-04-26 12:16:26 +00:00
README merge the branch mltk 2002-04-26 12:16:26 +00:00
calc.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
clock.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
demo.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
eyes.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
hello.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
hello.tcl merge the branch mltk 2002-04-26 12:16:26 +00:00
lang.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
taquin.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
tetris.ml merge the branch mltk 2002-04-26 12:16:26 +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)