gdkDisplayStoreClipboard {RGtk2}R Documentation

gdkDisplayStoreClipboard

Description

Issues a request to the clipboard manager to store the clipboard data. On X11, available at

http://www.org/Standards/clipboard-manager-spec (http://www.org/Standards/clipboard-manager-spec).

Usage

gdkDisplayStoreClipboard(object, clipboard.window, targets)

Arguments

object [GdkDisplay] a GdkDisplay
clipboard.window [GdkWindow] a GdkWindow belonging to the clipboard owner
targets [GdkAtom] a list of targets that should be saved, or NULL if all available targets should be saved.

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]