GMathView.math_view ~packing:(window#add) ~width:400 ~height:280 () in
object(self)
method display = mmlwidget#load_tree
- method show = window#show
+ method show () = window#misc#hide () ; window#show ()
initializer
ignore(window#event#connect#delete (fun _ -> window#misc#hide () ; true ))
end;;
method inputt = inputt
method output = (output : GMathView.math_view)
method proofw = (proofw : GMathView.math_view)
- method show () = window#show ()
+ method show = window#show
initializer
button_export_to_postscript#misc#set_sensitive false ;