]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / matita / matitaMathView.mli
index 51a1743f6c07225c28c29a818f93b292b16090af..b0ceda45cd888ac30c5f4a672deb59f8097bf4b4 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val sequent_viewer :
-  mml_of_cic_sequent:MatitaTypes.mml_of_cic_sequent ->
-  ?packing:(GObj.widget -> unit) -> ?show:bool ->
+val proof_viewer:
+  ?hadjustment:GData.adjustment ->
+  ?vadjustment:GData.adjustment ->
+  ?font_size:int ->
+  ?log_verbosity:int ->
+  ?width:int ->
+  ?height:int ->
+  ?packing:(GObj.widget -> unit) ->
+  ?show:bool ->
+  unit ->
+    MatitaTypes.proof_viewer
+
+val sequent_viewer:
+  ?hadjustment:GData.adjustment ->
+  ?vadjustment:GData.adjustment ->
+  ?font_size:int ->
+  ?log_verbosity:int ->
+  ?width:int ->
+  ?height:int ->
+  ?packing:(GObj.widget -> unit) ->
+  ?show:bool ->
   unit ->
     MatitaTypes.sequent_viewer
 
-val proof_viewer :
-  mml_of_cic_object:MatitaTypes.mml_of_cic_object ->
-  ?packing:(GObj.widget -> unit) -> ?show:bool ->
+val sequents_viewer:
+  notebook:GPack.notebook ->
+  sequent_viewer:MatitaTypes.sequent_viewer ->
+  set_goal:(int -> unit) ->
   unit ->
-    MatitaTypes.proof_viewer
+    MatitaTypes.sequents_viewer