diff options
author | Ferenc Deak <ferenc.deak@gmail.com> | 2010-05-12 17:40:57 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:40:57 +0200 |
commit | d0fdc44ca87bdf0d40aec6f7bf58e62077625390 (patch) | |
tree | ee56f1992dacb0b654eb038ac61cb5cdf0c13f92 /libraries/lablgtk/README | |
parent | 1346e0e8e4062b7f8670b819f2c770d294de46b6 (diff) | |
download | slackbuilds-d0fdc44ca87bdf0d40aec6f7bf58e62077625390.tar.gz |
libraries/lablgtk: Updated for version 2.10.1
Diffstat (limited to 'libraries/lablgtk/README')
-rw-r--r-- | libraries/lablgtk/README | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/libraries/lablgtk/README b/libraries/lablgtk/README index 4b92f392af..98eaaaae94 100644 --- a/libraries/lablgtk/README +++ b/libraries/lablgtk/README @@ -1,19 +1,6 @@ LablGTK is an Objective Caml interface to gtk+/gtk+-2 -It 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+. +LablGTK uses the rich type system of Objective Caml 3 to provide a strongly +typed, yet very comfortable, object-oriented interface to 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. LibGlade and GdkPixbuf support is also -included for both versions. LablGTK2 adds support for gnomecanvas, librsvg and -libpanel Many examples are provided. - -Objective Caml threads are supported, including for the toplevel, which allows -for interactive use of the library. Since release 1.2.1, LablGTK contains -support for rapid development with glade, through an interface wrapper compiler, -and a libglade binding. You can also find code generators in the tools section. - -You need an ocaml compiler (available on http://slackbuilds.org) to use and/or -to compile. +This requires ocaml. |