DGraphView.Make
module V : Graph.Sig.HASHABLE
module E : Graph.Sig.HASHABLE
module C : Graph.Sig.HASHABLE
type vertex = V.t
type edge = E.t
type cluster = C.t
val view : ?aa:bool -> ?delay_node:(vertex -> bool) -> ?delay_edge:(edge -> bool) ->
?delay_cluster:(cluster -> bool) -> ?border_width:int -> ?width:int -> ?height:int ->
?packing:(GObj.widget -> unit) -> ?show:bool -> (vertex, edge, cluster) Graph.DGraphModel.abstract_model -> (vertex, edge, cluster) view
View as a Gnome Canvas. Support zooming and scrolling.