package chamo

  1. Overview
  2. Docs

Multi-contents clipboards in chamo.

val factory_name : string
class view : View.topwin -> string -> (view -> unit) -> ('a -> 'b) -> object ... end
val last_active_multiclip : view option ref
val on_multiclip_destroy : < .. > -> unit
val create_view : View.topwin -> string -> view
val open_file : View.topwin -> 'a -> ?attributes:'b -> ?xmls:'c -> string -> [> `New_view of View.gui_view ]

Factory

Commands

val register_com : prefix:string -> string -> string array -> ?more:string -> (view -> string array -> unit Lwt.t) -> unit
val multiclip_copy : view -> string array -> unit Lwt.t
val multiclip_copy_selection : 'a -> 'b -> unit Lwt.t
val multiclip_remove : < minibuffer : Minibuffer.minibuffer ; remove : 'a -> unit ; storable_multiclip : Multiclip.storable_multiclip.. > -> 'a array -> unit Lwt.t
val multiclip_sourceview_paste : < clipbox : < selection : ('a * string) list.. >.. > -> 'b -> unit Lwt.t
val coms : (string * string array * string option * (view -> string array -> unit Lwt.t)) list
OCaml

Innovation. Community. Security.