X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGuiTypes.mli;h=963bb4698a4ec80a48df645efd83b71c31949d50;hb=c334523c4ff9b584ac108097fa6430e29f935e8f;hp=14bfee4f4b29dd50d70daf86d59409640a2f056d;hpb=5c56a926588a63ceac31e6ddd6e3eeb02fadf3a9;p=helm.git diff --git a/helm/matita/matitaGuiTypes.mli b/helm/matita/matitaGuiTypes.mli index 14bfee4f4..963bb4698 100644 --- a/helm/matita/matitaGuiTypes.mli +++ b/helm/matita/matitaGuiTypes.mli @@ -102,17 +102,21 @@ object method update_font_size: unit end -class type sequentViewer = +class type cicMathView = object inherit clickableMathView (** load a sequent and render it into parent widget *) method load_sequent: Cic.metasenv -> int -> unit + + method load_object: Cic.obj -> unit end class type sequentsViewer = object method reset: unit + method load_logo: unit + method load_logo_with_qed: unit method load_sequents: ProofEngineTypes.status -> unit method goto_sequent: int -> unit (* to be called _after_ load_sequents *) end