Gtk.Clipboard.RequestTargets Method
Requests the contents of the clipboard as list of supported targets. When the list is later received, cb will be called.

Syntax

public void RequestTargets (ClipboardTargetsReceivedFunc cb)

Parameters

cb
a Gtk.ClipboardTargetsReceivedFunc

Remarks

The "targets" parameter to cb will contain the resulting targets if the request succeeded, or null if it failed. Added in GTK 2.4.

Requirements

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