mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bff3a9ef09
PR: ports/40098 Submitted by: Ronald Kuehn <rk@ronald.org>
18 lines
701 B
Plaintext
18 lines
701 B
Plaintext
LablGTK uses the rich type system of Objective Caml 3 to provide a
|
|
strongly typed, yet very comfortable, object-oriented interface to
|
|
gtk+. This is not that easy if you know the dynamic typing approach
|
|
taken by gtk+.
|
|
|
|
It is still under development, but already fully functional. All
|
|
widgets (but one) are available, with almost all their methods. The
|
|
GLArea widget is also supported in combination with LablGL. Lots of
|
|
examples are provided.
|
|
|
|
Objective Caml threads are supported, including for the toplevel,
|
|
which allows for interactive use of the library.
|
|
|
|
Please see ${PREFIX}/share/doc/ocaml/lablgtk/README for further
|
|
information.
|
|
|
|
WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
|