gdkDisplaySupportsClipboardPersistence {RGtk2}R Documentation

gdkDisplaySupportsClipboardPersistence

Description

Returns whether the speicifed display supports clipboard persistance; i.e. if it's possible to store the clipboard data after an application has quit. On X11 this checks if a clipboard daemon is running.

Usage

gdkDisplaySupportsClipboardPersistence(object)

Arguments

object [GdkDisplay] a GdkDisplay

Details

Since 2.6

Value

[logical] TRUE if the display supports clipboard persistance.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]