Frama_c_gui.DesignSourceThe extensible GUI.
This is the type of source code buffers that can react to global selections and highlighters.
This class type lists all the methods available to navigate the source code through the GUI
This is the type of extension points for the GUI.
Register an extension to the main GUI. It will be invoked at initialization time.
Register a function to be called whenever the main GUI reset method is called.
val reactive_buffer :
main_window_extension_points ->
?parent_window:GWindow.window ->
Frama_c_kernel.Cil_types.global list ->
reactive_bufferThis function creates a reactive buffer for the given list of globals. These buffers are cached and sensitive to selections and highlighters.