X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaGuiTypes.mli;h=03dab4c4c5edf0ed8d70fa6043499ef23e4223b7;hb=75f910c7001ba5a6abe61fc93a2731753c7ba188;hp=f7df481ae2ed4362fc90aee2d29d0bf69744f13e;hpb=0fde70bd19b8fdfa72b807b9713a02ad1bd91b5b;p=helm.git diff --git a/matita/matita/matitaGuiTypes.mli b/matita/matita/matitaGuiTypes.mli index f7df481ae..03dab4c4c 100644 --- a/matita/matita/matitaGuiTypes.mli +++ b/matita/matita/matitaGuiTypes.mli @@ -109,8 +109,8 @@ object method load_root : root:string -> unit method remove_selections: unit - method set_selection: Gdome.element option -> unit - method get_selections: Gdome.element list + method set_selection: unit option -> unit + method get_selections: unit list method set_font_size: int -> unit @@ -130,12 +130,10 @@ object inherit clickableMathView (** load a sequent and render it into parent widget *) - method load_sequent: Cic.metasenv -> int -> unit method nload_sequent: - #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> int -> unit + #ApplyTransformation.status -> NCic.metasenv -> NCic.substitution -> int -> unit - method load_object: Cic.obj -> unit - method load_nobject: #NCicCoercion.status -> NCic.obj -> unit + method load_nobject: #ApplyTransformation.status -> NCic.obj -> unit end class type sequentsViewer = @@ -143,9 +141,9 @@ object method reset: unit method load_logo: unit method load_logo_with_qed: unit - method nload_sequents: #NTacStatus.tac_status -> unit + method nload_sequents: #GrafiteTypes.status -> unit method goto_sequent: - #NCicCoercion.status -> int -> unit (* to be called _after_ load_sequents *) + #ApplyTransformation.status -> int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView end