package frama-c

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

Abstract interface to the connected widget. This API is consistent with the Widget ones.

method set : 'a -> unit

Set's widget value to given one.

method connect : ('a -> unit) -> unit

Register a callback invoked by the widget each time the value is edited.