module SubTreeMake: functor (G : Graph.Graphviz.GraphWithDotAttrs) -> sig .. end
functor (
G
:
Graph.Graphviz.GraphWithDotAttrs
) ->
sig
end
include DGraphTreeModel.S
val from_graph : ?depth_forward:int -> ?depth_backward:int -> [> `widget ] Gtk.obj -> G.t -> G.V.t -> tree_model
?depth_forward:int -> ?depth_backward:int -> [> `widget ] Gtk.obj -> G.t -> G.V.t -> tree_model