X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtermViewer.mli;h=5a510503577f63c4084c3cad64947d2d30c5da6f;hb=03d1ddf4a7fdf03fd497babd84d1963048253f0d;hp=c043f5cb6338574eba8dd9b0134f93e3ebef2829;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/gTopLevel/termViewer.mli b/helm/gTopLevel/termViewer.mli index c043f5cb6..5a5105035 100644 --- a/helm/gTopLevel/termViewer.mli +++ b/helm/gTopLevel/termViewer.mli @@ -35,6 +35,8 @@ (** A widget to render sequents **) +val use_stylesheets: bool ref;; (* false performs the transformations in OCaml*) + class sequent_viewer : Gtk_mathview.math_view Gtk.obj -> object