package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Creation of windows for displaying graphs. Only available for lablgtk2. In lablgtk3 mode, the window will only display a text saying that the feature is not available.

val graph_window : parent:GWindow.window -> title:string -> (packing:(GObj.widget -> unit) -> unit -> < adapt_zoom : unit -> unit.. >) -> unit

Create a new window displaying a graph.

val graph_window_through_dot : parent:GWindow.window -> title:string -> (Format.formatter -> unit) -> unit

Create a new window displaying a graph, by printing dot commands.