Frama_c_gui.Gtk_formSourceDEPRECATED. 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.
type 'a field =
?tooltip:string ->
packing:(GObj.widget -> unit) ->
(unit -> 'a) ->
('a -> unit) ->
demon ->
unitval button :
label:string ->
?tooltip:string ->
callback:(unit -> unit) ->
packing:(GObj.widget -> unit) ->
unit ->
unit