Gtk.Clipboard.RequestContents Method
Requests the contents of clipboard as the given target. When the results of the result are later received the supplied callback will be called.

Syntax

public void RequestContents (Gdk.Atom target, ClipboardReceivedFunc cb)

Parameters

target
a Gdk.Atom representing the form into which the clipboard-owning program should convert the selection.
cb
a Gtk.ClipboardReceivedFunc, a function to call when the clipboard results are received.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)