class multiclip_box : ?auto_read_write:bool -> Multiclip.storable_multiclip ->
object
.. end
A box to display a storable clipboard.
auto_read_write
: If set to
true
, the contents of the multiclip
is
- read at initialization of the object and before adding or removing
an element,
- written after adding or removing an elements, and after reading in
the initializer (so that the file is created).
Inherits
method add : ?abs:string -> string -> unit
method content : (string * string) list
method reload : unit
method remove : string -> unit
method update : unit