1999-11-30 06:59:39 -08:00
|
|
|
$Id$
|
|
|
|
|
2000-04-03 00:57:36 -07:00
|
|
|
Some examples for LablTk.
|
2000-05-16 17:19:09 -07:00
|
|
|
They are written in classic mode, except testris.ml which uses label
|
|
|
|
commutation.
|
2000-04-13 20:40:13 -07:00
|
|
|
You may either compile them here, or just run them as scripts with
|
2000-05-16 17:19:09 -07:00
|
|
|
labltk example.ml
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-01-07 08:05:19 -08:00
|
|
|
hello.ml A very simple example of CamlTk
|
|
|
|
hello.tcl The same programme in Tcl/Tk
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-05-16 17:19:09 -07:00
|
|
|
demo.ml A demonstration using many widget classes
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-01-07 08:05:19 -08:00
|
|
|
eyes.ml A "bind" test
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-01-07 08:05:19 -08:00
|
|
|
calc.ml A little calculator
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-05-16 17:19:09 -07:00
|
|
|
clock.ml An analog clock (uses unix.cma)
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-05-16 17:19:09 -07:00
|
|
|
tetris.ml You NEED a game also (uses -labels)
|