ocaml packages: add headers to test programs

pull/97/merge
Tony Theodore 12 years ago
parent 2121da9bed
commit 4be9b86135

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
let on_expose_event widget _ =
let open Cairo in
let drawable = widget#misc#window in
@ -23,4 +28,3 @@ let () =
window#set_default_size ~width:590 ~height:80;
window#show ();
GMain.main ()

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Images
open Ximage2
open Png

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Printf
open Format
let _ =

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Printf
open Format
let _ =

@ -1,3 +1,8 @@
/*
* This file is part of MXE.
* See index.html for further information.
*/
/*****************************************************************
FlexDLL
Alain Frisch

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open GlGtk
let destroy () = GMain.Main.quit ()

Loading…
Cancel
Save