ocaml/otherlibs/labltk/examples_labltk
Pierre Weis 87fd19501d Get rid of spurious warnings for unused variables.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13321 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-02-27 17:45:59 +00:00
..
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
Lambda2.back.gif Treat these GIF files as binary data 2009-10-18 08:14:24 +00:00
Makefile add some missing copyright headers 2012-08-02 08:17:59 +00:00
Makefile.nt add some missing copyright headers 2012-08-02 08:17:59 +00:00
README merge the branch mltk 2002-04-26 12:16:26 +00:00
calc.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
clock.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
demo.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
eyes.ml Get rid of spurious warnings for unused variables. 2013-02-27 17:45:59 +00:00
hello.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
hello.tcl add some missing copyright headers 2012-08-02 08:17:59 +00:00
lang.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
taquin.ml renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
tetris.ml Get rid of spurious warnings for unused variables. 2013-02-27 17:45:59 +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)