ocaml/otherlibs/labltk/examples_labltk
Jacques Garrigue 8cf488c3d4 vi keys
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6385 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2004-06-12 03:20:00 +00:00
..
.cvsignore added an entry for taquin 2002-12-19 13:38:29 +00:00
Lambda2.back.gif merge the branch mltk 2002-04-26 12:16:26 +00:00
Makefile added an entry for taquin 2002-12-19 13:38:29 +00:00
Makefile.nt Nettoyage Makefile.nt pour Mingw 2002-06-11 08:30:20 +00:00
README merge the branch mltk 2002-04-26 12:16:26 +00:00
calc.ml PR#1423 2002-10-11 19:01:19 +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 Chemin de wish 2003-08-21 13:51:29 +00:00
lang.ml detabisation 2002-07-23 14:12:03 +00:00
taquin.ml merge the branch mltk 2002-04-26 12:16:26 +00:00
tetris.ml vi keys 2004-06-12 03:20:00 +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)