Wp_gui.GuiSource
type selection =
| S_none |
| S_fun of Frama_c_kernel.Kernel_function.t |
| S_prop of Frama_c_kernel.Property.t |
| S_call of call |
and call = {
s_caller : Frama_c_kernel.Kernel_function.t; |
s_called : Frama_c_kernel.Kernel_function.t; |
s_stmt : Frama_c_kernel.Cil_types.stmt; |
}
class popup : unit -> object ... end
class highlighter : Frama_c_gui.Design.main_window_extension_points -> object ... end