ocaml/otherlibs/labltk/example
Jacques Garrigue 4b8f179531 tk41.cma -> labltk.cma
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3079 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2000-04-14 03:40:13 +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 tk41.cma -> labltk.cma 2000-04-14 03:40:13 +00:00
README tk41.cma -> labltk.cma 2000-04-14 03:40:13 +00:00
calc.ml tilde syntax 2000-04-12 09:53:09 +00:00
clock.ml suppress canvas: label 2000-04-13 01:11:06 +00:00
demo.ml tilde syntax 2000-04-12 09:53:09 +00:00
eyes.ml suppress canvas: label 2000-04-13 01:11:06 +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 suppress canvas: label 2000-04-13 01:11:06 +00:00

README

$Id$

Some examples for LablTk.
Only demo.ml and tetris.ml really need to be compiled with the -labels option.
You may either compile them here, or just run them as scripts with
        labltk -labels 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  (use -labels)

eyes.ml         A "bind" test

calc.ml         A little calculator

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

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