X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtexTermEditor.mli;h=beb21ec85003fb80bebe74f28ed11f221be3b01c;hb=2afbca45037c56264d1889ced69b5f4844b9ecb9;hp=55746ff1e2641adcbf55af5e42a91d07dc19605f;hpb=1bfef566743ddd81db375cf66ed3868c5d7df542;p=helm.git diff --git a/helm/gTopLevel/texTermEditor.mli b/helm/gTopLevel/texTermEditor.mli index 55746ff1e..beb21ec85 100644 --- a/helm/gTopLevel/texTermEditor.mli +++ b/helm/gTopLevel/texTermEditor.mli @@ -26,11 +26,13 @@ class type term_editor = object method coerce : GObj.widget + (* get_as_string returns the unquoted string *) method get_as_string : string method get_metasenv_and_term : context:Cic.context -> metasenv:Cic.metasenv -> Cic.metasenv * Cic.term method reset : unit + (* The input of set_term is unquoted *) method set_term : string -> unit method id_to_uris : Disambiguate.domain_and_interpretation ref end