module Cg_viewer:sig
..end
val ($) : ('a -> 'b) -> 'a -> 'b
val scrolled_view : packing:(GObj.widget -> unit) ->
('a, 'b, 'c) DGraphModel.model ->
('a, 'b, 'c) DGraphView.highlight_focus_view * GPack.table
val create_graph_win : string ->
('a, 'b, 'c) DGraphModel.model ->
GWindow.window * ('a, 'b, 'c) DGraphView.highlight_focus_view
val show_graph_win : 'a -> unit
val main : < actions : GAction.action_group;
ui_manager : < add_ui_from_string : string -> 'a; .. >; .. > ->
unit