module TView: DGraphView.S
with type vertex = Tree.V.t
and type edge = Tree.E.t
and type cluster = cluster
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 ->
(vertex, edge, cluster)
DGraphModel.abstract_model ->
(vertex, edge, cluster)
DGraphView.view
View as a Gnome Canvas.
Support zooming and scrolling.