X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flogger%2Fui_logger.mli;h=d64603a4bf07b14cbaa99a7ef903dd44cf90985c;hb=d7d9d42a3d44ff82f797bd36c3a0ccc05f48483d;hp=3c548550ffc183115901d63e1dba89d63686ed12;hpb=67b9632f9a2e5331cb3c7b03908acf6392911007;p=helm.git diff --git a/helm/ocaml/logger/ui_logger.mli b/helm/ocaml/logger/ui_logger.mli index 3c548550f..d64603a4b 100644 --- a/helm/ocaml/logger/ui_logger.mli +++ b/helm/ocaml/logger/ui_logger.mli @@ -2,6 +2,9 @@ type html_tag = [ `BR | `L of html_tag list | `T of string ] type html_msg = [ `Error of html_tag | `Msg of html_tag ] +val string_of_html_msg: html_msg -> string +val html_of_html_msg: html_msg -> string + class html_logger: ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit ->