From: "Warp" <warplayer@free.fr>
To: "OCaml" <caml-list@inria.fr>, <ocaml_beginners@yahoogroups.com>
Cc: <harry@chomsky.net>
Subject: [Caml-list] Osiris 1.0 Released
Date: Fri, 22 Feb 2002 17:31:56 +0100 [thread overview]
Message-ID: <000501c1bbbe$7461a060$3c00a8c0@warp> (raw)
Hi all !
Osiris is a set of very-easy-to-use Class Wrappers for the Win32 Controls
API.
The main goal of Osiris is to enable RAD (Rapid Application Developpement)
of user interfaces.
You can now get sources & precompiled binaries at http://warplayer.free.fr
Sample :
(* file : sample.ml *)
open Osiris;;
let my_wnd = new_window() in
my_wnd#caption "My Window Caption";
let lpan = new_panel my_wnd#container in
lpan#align AlLeft;
let lbutton = new_button lpan#container in
lbutton#align AlCenter;
lbutton#caption "Click Me !";
lbutton#on_click (fun x -> message_box (x#get_caption^" Clicked"));
my_wnd#state Normal;
my_wnd#update;
while my_wnd#process do
()
done
Requirements :
- OCaml 3.04 - for dynlink purpose
- Windows 95/98/NT/2K/Me/...
- A recent version of the Win32 OCaml API by Harry Chomsky ( can be found at
www.chomsky.net )
(dynamic binaries are included in the current distribution)
Nicolas Cannasse
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2002-02-22 16:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-22 16:31 Warp [this message]
2002-02-25 8:17 Charles-Albert Lehalle
2002-02-25 9:05 ` Warp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000501c1bbbe$7461a060$3c00a8c0@warp' \
--to=warplayer@free.fr \
--cc=caml-list@inria.fr \
--cc=harry@chomsky.net \
--cc=ocaml_beginners@yahoogroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox