Frama-C API - Launcher
 The Frama-C launcher. That is the dialog box for configuring and running Frama-C with new parameter values.
class type basic_main = object ... endSubtype of Design.main_window_extension_points which is required to show the launcher.
val show : ?height:int -> ?width:int -> host:basic_main -> unit -> unitDisplay the Frama-C launcher.
