* LablGTK Beta 1 release
@ 1999-10-15 12:40 Jacques Garrigue
0 siblings, 0 replies; only message in thread
From: Jacques Garrigue @ 1999-10-15 12:40 UTC (permalink / raw)
To: caml-list
Three month since the first release of LablGTK, and here is a new one.
LablGTK Beta 1: an object-oriented O'Labl interface to GTK
LablGTK's strengths are:
* strong typing down from the C interface
* real OO (?): widgets are created through new, and can be inherited
* possibility to use threads, even at toplevel
* O'Labl nice syntax
In particular it is possible to create, configure, and pack a widget
in the same line.
For instance here is the complete code for Hello World:
let window = new GWindow.window border_width: 10
let button = new GButton.button label:"Hello World" packing: window#add
let _ =
button#connect#clicked callback:(fun () -> prerr_endline "Hello World");
GMain.Main.main ()
LablGTK can be found at the following URLs:
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/lablgtk-b1.tar.gz
------------------------------------------------------
Jacques Garrigue, visiting INRIA from Kyoto University
Jacques.Garrigue at inria.fr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1999-10-15 14:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-15 12:40 LablGTK Beta 1 release Jacques Garrigue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox