package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

For dealing with the GUI's clipboard.

val kill_new : Text.t -> unit

kill_new text makes text the latest kill in the kill ring, and sets the clipboard to contain text.

val yank_at_point : unit -> unit

yank_at_point () inserts the clipboard's contents at point.