File created 5 July 2004.

Caml/Tk Examples

This directories contains graphical user interface examples using the Caml interface to Tcl/Tk.

Basic examples

More advanced examples

Practice

To build an interactive toplevel named camltktop, including tk

ocamlmktop -I +labltk -custom labltk.cma -o ocamltktop
then load the file loadall.ml, using
ocamltktop -I +labltk
Then type in:
#use "loadall.ml";;

Contact the author Pierre.Weis@inria.fr