Module Odot_gtk

module Odot_gtk: sig .. end

Displaying dot graphs in Lablgtk2.


type dot_program = 
| Dot
| Fdp
| Neato
| Twopi
| Circo

To choose between the dot program to use to create images.

class virtual box : ?dot_program:dot_program -> tmp_hash:string -> unit -> object .. end