object
  method get_title : string
  method has_error : bool
  method interactive : bool
  method pool : Lang.F.pool
  method set_descr : 'Tactical.formatter
  method set_error : 'Tactical.formatter
  method set_title : 'Tactical.formatter
  method update_field :
    ?enabled:bool ->
    ?title:string ->
    ?tooltip:string ->
    ?range:bool ->
    ?vmin:int ->
    ?vmax:int -> ?filter:(Lang.F.term -> bool) -> 'Tactical.field -> unit
end