Module Warning_manager


module Warning_manager: sig .. end
Handle Frama-C warnings in the GUI.

type t 
Type of the widget containing the warnings.
val make : packing:(GObj.widget -> unit) ->
callback:(Lexing.position -> unit) -> t
Build a new widget for storing the warnings.
val append : t -> Log.event -> on_select:(Log.event -> unit) -> unit
Append a new message warning.
val clear : t -> unit
Clear all the stored warnigns.