]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGuiTypes.mli
added support for (textual) cut and paste of mathml/boxml markup
[helm.git] / helm / matita / matitaGuiTypes.mli
index c4c1007b76e261357ada261d3f97a2a7e9e4edd0..14bfee4f4b29dd50d70daf86d59409640a2f056d 100644 (file)
@@ -96,7 +96,8 @@ object
     (** set hyperlink callback. None disable hyperlink handling *)
   method set_href_callback: (string -> unit) option -> unit
   
-  method string_of_selected_terms: string
+  method string_of_selections: string list
+  method string_of_selection: string option (* last selected node *)
 
   method update_font_size: unit
 end
@@ -121,5 +122,6 @@ object
   method load: MatitaTypes.mathViewer_entry -> unit
   (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *)
   method loadInput: string -> unit
+  method mathView: clickableMathView
 end