package frama-c

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

Module Frama_c_gui.Warning_managerSource

Handle Frama-C warnings in the GUI.

Sourcetype t

Type of the widget containing the warnings.

Sourceval make : packing:(GObj.widget -> unit) -> callback:(Frama_c_kernel.Log.event -> GTree.view_column -> unit) -> t

Build a new widget for storing the warnings.

Sourceval append : t -> Frama_c_kernel.Log.event -> unit

Append a new message warning.

Sourceval clear : t -> unit

Clear all the stored warnings.

OCaml

Innovation. Community. Security.