Module Graph_gtk.DGraphContainer

type cluster = string
type status =
  1. | Global
  2. | Tree
  3. | Both
class type ['vertex, 'edge, 'cluster, 'tree_vertex, 'tree_edge, 'tree_cluster] view_container_type = object ... end
module type S = sig ... end
module Make (G : Graph.Graphviz.GraphWithDotAttrs) : sig ... end
module Dot : sig ... end