]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/mathml_editor.ml
* added show/hide cursro methods
[helm.git] / helm / DEVEL / mathml_editor / ocaml / mathml_editor.ml
index 58ca8f769f653b31652683ecb0218606665519f5..7354c8e95f96dd09f1acd587d364422bee36f81f 100644 (file)
@@ -18,6 +18,12 @@ let push = I_mathml_editor.push
 let drop = I_mathml_editor.drop
 ;;
 
+let cursor_hide = I_mathml_editor.cursor_hide
+;;
+
+let cursor_show = I_mathml_editor.cursor_show
+;;
+
 let get_tex = I_mathml_editor.get_tex
 ;;