Module type DGraphView.S

type vertex
type edge
type cluster
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 -> (vertexedgecluster) Graph.DGraphModel.abstract_model -> (vertexedgecluster) view

View as a Gnome Canvas. Support zooming and scrolling.