package ocamlgraph_gtk

  1. Overview
  2. Docs

Module DGraphView.MakeSource

Parameters

Signature

Sourcetype vertex = V.t
Sourcetype edge = E.t
Sourcetype cluster = C.t
Sourceval 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.