X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtexTermEditor.mli;h=c7709b5326c3ff5714606ed465bcfe3f782f7ef6;hb=4566aebfc281e0ad37da2f0f60155d5d9185a7f2;hp=beb21ec85003fb80bebe74f28ed11f221be3b01c;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/gTopLevel/texTermEditor.mli b/helm/gTopLevel/texTermEditor.mli index beb21ec85..c7709b532 100644 --- a/helm/gTopLevel/texTermEditor.mli +++ b/helm/gTopLevel/texTermEditor.mli @@ -34,19 +34,17 @@ class type term_editor = method reset : unit (* The input of set_term is unquoted *) method set_term : string -> unit - method id_to_uris : Disambiguate.domain_and_interpretation ref + method environment : DisambiguatingParser.EnvironmentP3.t ref end -val empty_id_to_uris : Disambiguate.domain_and_interpretation - -module Make (C : Disambiguate.Callbacks) : +module Make (C : DisambiguateTypes.Callbacks) : sig val term_editor : - MQIConn.handle -> + dbh:Dbi.connection -> ?packing:(GObj.widget -> unit) -> ?width:int -> ?height:int -> ?isnotempty_callback:(bool -> unit) -> - ?share_id_to_uris_with:term_editor -> + ?share_environment_with:term_editor -> unit -> term_editor end