Module Launcher

module Launcher: sig .. end
The Frama-C launcher. That is the dialog box for configuring and running Frama-C with new parameter values.

class type basic_main = object .. end
Subtype of Design.main_window_extension_points which is required to show the launcher.
val show : ?height:int -> ?width:int -> host:basic_main -> unit -> unit
Display the Frama-C launcher.