]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGuiTypes.mli
Propagation of changes to grafiteAst.
[helm.git] / matita / matita / matitaGuiTypes.mli
index f7df481ae2ed4362fc90aee2d29d0bf69744f13e..7fc6f9ae56280ec1827307a8b89564482e44d53c 100644 (file)
@@ -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,11 +130,9 @@ 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
 
-  method load_object: Cic.obj -> unit
   method load_nobject: #NCicCoercion.status -> NCic.obj -> unit
 end