Hello I am currently learning Ocaml with Lablgtk2 for my project to make a GUI application. Reading through many tutorial and as much as I found out, there's no article about make a custom widget (like the other gtk widgets: label, button,.. that I can set size and packing to container). This page (http://www.ocaml-tutorial.org/ introduction_to_gtk) has an example of exactly what I want but it's not work (the graph.ml example). And also, I have a question about developing GUI application in Ocaml + Lablgtk2: Is that Module can handle it all or should I use Object in my code? Many thanks.
-- You received this message because you are subscribed to the Google Groups "ocaml-developer" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocaml-developer?hl=en For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html
