module Make: functor (
G
:
Graph.Graphviz.GraphWithDotAttrs
) ->
sig
.. end
Parameters: |
G |
: |
Graph.Graphviz.GraphWithDotAttrs
|
|
include DGraphContainer.S
val from_graph : ?packing:(GObj.widget -> unit) ->
?status:DGraphContainer.status ->
?default_callbacks:bool ->
?mk_global_view:((G.V.t, G.E.t, DGraphContainer.cluster)
DGraphModel.abstract_model -> global_view) ->
?mk_tree_view:((Tree.V.t, Tree.E.t, DGraphContainer.cluster)
DGraphModel.abstract_model -> tree_view) ->
?root:G.vertex -> G.t -> view_container
val from_graph_with_commands : ?packing:(GObj.widget -> unit) ->
?status:DGraphContainer.status ->
?default_callbacks:bool ->
?mk_global_view:((G.V.t, G.E.t, DGraphContainer.cluster)
DGraphModel.abstract_model -> global_view) ->
?mk_tree_view:((Tree.V.t, Tree.E.t, DGraphContainer.cluster)
DGraphModel.abstract_model -> tree_view) ->
?root:G.vertex -> G.t -> GPack.table * view_container