Module Odot_view (.ml)


module Odot_view: sig .. end
Displaying dot graphs in Lablgtk2.


type dot_program =
| Dot
| Fdp
To choose between dot and fdp program to use to create images.
class virtual box : ?dot_program:dot_program -> tmp_hash:string -> unit -> object .. end