class type feedback =object..end
method pool : Lang.F.poolGlobal fresh variable pool
method interactive : boolInteractive mode.
If false the GUI is not activated.
Hence, detailed feedback is not reported to the user.
method get_title : stringRetrieve the title
method has_error : boolRetrieve the errors
method set_title : 'a. 'a formatterUpdate the title wrt current selection & tuning
method set_descr : 'a. 'a formatterAdd a short description wrt current selection & tuning
method set_error : 'a. 'a formatterMark the current configuration as invalid
method update_field : 'a.
?enabled:bool ->
?title:string ->
?tooltip:string ->
?range:bool ->
?vmin:int ->
?vmax:int -> ?filter:(Lang.F.term -> bool) -> 'a field -> unitUpdate field parameters