We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d4c68 commit 839aa5cCopy full SHA for 839aa5c
_posts/2017-01-20-JoyOfOcaml2.md
@@ -70,6 +70,9 @@ in loop1 0 0
70
;;
71
{% endhighlight %}
72
73
+[lablgtk](http://lablgtk.forge.ocamlcore.org/) is the UI toolkit that was recommended to me. So most
74
+of the code shown below is library code.
75
+
76
{% highlight OCaml %}
77
(* Backing pixmap for drawing area *)
78
let backing = ref (GDraw.pixmap ~width:200 ~height:200 ()){% endhighlight %}
0 commit comments