1999-11-30 06:59:39 -08:00
|
|
|
$Id$
|
|
|
|
|
2000-04-03 00:57:36 -07:00
|
|
|
Some examples for LablTk.
|
|
|
|
Only demo.ml and tetris.ml really need to be compiled with the -labels option.
|
2000-04-13 20:40:13 -07:00
|
|
|
You may either compile them here, or just run them as scripts with
|
|
|
|
labltk -labels 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-04-03 00:57:36 -07:00
|
|
|
demo.ml A demonstration using many widget classes (use -labels)
|
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-04-03 00:57:36 -07:00
|
|
|
clock.ml An analog clock (use unix.cma)
|
1999-11-30 06:59:39 -08:00
|
|
|
|
2000-04-03 00:57:36 -07:00
|
|
|
tetris.ml You NEED a game also (use -labels)
|