]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/i_mathml_editor.ml
* added default dictionary/stylesheet paths
[helm.git] / helm / DEVEL / mathml_editor / ocaml / i_mathml_editor.ml
index 229478101f89eaf450ca0487d080c3ad68cbe27e..25171b8bb9fa07f23db5a694d43d1c55b49c5414 100644 (file)
 
 type t
 
+external get_default_dictionary_path : unit -> string
+  = "ml_mathml_editor_get_default_dictionary_path"
+
+external get_default_mathml_stylesheet_path : unit -> string
+  = "ml_mathml_editor_get_default_mathml_stylesheet_path"
+
+external get_default_tex_stylesheet_path : unit -> string
+  = "ml_mathml_editor_get_default_tex_stylesheet_path"
+
 external create : 
   dictionary:[> `Document] GdomeT.t ->
   mml: [> `Document] GdomeT.t ->