Browse thread
[Caml-list] GUI toolkit advice
-
sashan
- Richard Jones
- Matt Gushee
- Fabrice Le Fessant
- henridf@l...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Fabrice Le Fessant <lefessan@t...> |
| Subject: | Re: [Caml-list] GUI toolkit advice |
> I was looking around the O'Caml website and surrounding sites for gui > toolkits. I'm interested in a platform independent (windows or linux) > toolkit. The bindings I've come across so far are LablGTK and a binding > for tk. Are there any other gui toolkits? What would you use if you > wanted to write an app with a gui that could run no linux or windows? As far as I know, there are currently no real multi-platform GUI toolkits in Ocaml. GTK on Windows does not work correctly. You should probably consider using another language for the GUI (C++ and wxWindows for example), and write stubs for callbacks to Ocaml. It might be a pain to write, but I think it is worth it if you really want a nice GUI. - Fabrice Homepage: http://www.lefessant.net/ ------------------- 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