Frama-C API - Gtk_form
DEPRECATED. Helpers around Gtk_helper to create side-panel widgets.
This module should not be used anymore. The provided helpers allow for synchronizing plugin options with predefined widgets.
However, the widgets should be now created with Toolbox. The synchronization can be achieved using Toolbox.signal as a replacement for above demon.
val demon : unit -> demonval register : demon -> (unit -> unit) -> unitval refresh : demon -> unit -> unittype 'a field = ?tooltip:string -> packing:(GObj.widget -> unit) -> (unit -> 'a) -> ('a -> unit) -> demon -> unitval check : ?label:string -> bool fieldval spinner : ?lower:int -> ?upper:int -> ?width:int -> int fieldclass form : packing:(GObj.widget -> unit) -> object ... end