The OpenD Programming Language

getX11Selection

Gets the image on the clipboard, if there is one. Added July 2020. only supports bmps. using this function will import arsd.bmp.

  1. void getX11Selection(SimpleWindow window, void delegate(in char[]) handler, Time timestamp)
  2. void getX11Selection(SimpleWindow window, void delegate(MemoryImage) handler)
    version(X11)
    void
    getX11Selection
    (
    string atomName
    )

Meta