X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaGuiTypes.mli;h=03dab4c4c5edf0ed8d70fa6043499ef23e4223b7;hb=b505ea98f76ba6defb31be73a6871c62136e5747;hp=af4a6b31d9a8d234852b99a362c9fea256b40e1c;hpb=bfcde2b08d72f1392ed61164c67d199360f0397f;p=helm.git diff --git a/matita/matita/matitaGuiTypes.mli b/matita/matita/matitaGuiTypes.mli index af4a6b31d..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 @@ -131,9 +131,9 @@ object (** load a sequent and render it into parent widget *) method nload_sequent: - #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> int -> unit + #ApplyTransformation.status -> NCic.metasenv -> NCic.substitution -> int -> unit - method load_nobject: #NCicCoercion.status -> NCic.obj -> unit + method load_nobject: #ApplyTransformation.status -> NCic.obj -> unit end class type sequentsViewer = @@ -141,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