File: FILES

package info (click to toggle)
mlgtk 2.0.0-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 596 kB
  • ctags: 1,197
  • sloc: ml: 3,638; ansic: 2,522; makefile: 248; sh: 85
file content (14 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

The archive contains the following files:

* mlgtk_stub.c : the C-side of the gtk bindings.
* gtk.ml : the Ocaml side of the bindings.  This is quite low-level, 
	you will only use this if you want to translate an (untyped) C program
	using gtk to ML.
* gtkObj.ml : An additionnal layer to gtk.ml, mostly type-safe, encapsulating
	each widget in an Ocaml object.
* gtkEasy.ml : An attempt to provide a simpler access to gtkObj functionnality.
	There are still unanswered questions on how to make things simple
	without reducing expressivity too much, and the submodules of
	this module (Layout and Menu) still need improvements.