]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.h
debian release 0.4.1-1
[helm.git] / helm / DEVEL / mathml_editor / ocaml / c_mathml_editor.h
index 7e7c0e38e701a7c68468b1fb421e0b6396f88aa9..729ca01517e78bdbbb6d10bc4f622c08129be1fc 100644 (file)
@@ -13,6 +13,8 @@ int            c_mathml_editor_thaw(Editor*);
 void           c_mathml_editor_reset(Editor*);
 void           c_mathml_editor_push(Editor*, char);
 void           c_mathml_editor_drop(Editor*, int);
+int            c_mathml_editor_cursor_hide(Editor*);
+int            c_mathml_editor_cursor_show(Editor*);
 char*          c_mathml_editor_get_tex(const Editor*);
 GdomeDocument* c_mathml_editor_get_tml(const Editor*);
 GdomeDocument* c_mathml_editor_get_mml(const Editor*);