package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Frama_c_gui.Gtk_formSource

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.

Sourcetype demon
Sourceval demon : unit -> demon
Sourceval register : demon -> (unit -> unit) -> unit
Sourceval refresh : demon -> unit -> unit
Sourcetype 'a field = ?tooltip:string -> packing:(GObj.widget -> unit) -> (unit -> 'a) -> ('a -> unit) -> demon -> unit
Sourceval check : ?label:string -> bool field
Sourceval menu : (string * 'a) list -> ?width:int -> 'a field
Sourceval spinner : ?lower:int -> ?upper:int -> ?width:int -> int field
Sourceval label : text:string -> packing:(GObj.widget -> unit) -> unit -> unit
Sourceval button : label:string -> ?tooltip:string -> callback:(unit -> unit) -> packing:(GObj.widget -> unit) -> unit -> unit
Sourceclass form : packing:(GObj.widget -> unit) -> object ... end
OCaml

Innovation. Community. Security.