object
  val mutable content : (AXOWidgets.common * AXOToolkit.br) list
  method add_common : ?before:AXOWidgets.common -> AXOWidgets.common -> unit
  method get_content : AXOWidgets.common list
  method obj : AXOJs.obj
  method remove_common : AXOWidgets.common -> unit
  method wipe_content : unit
end