Gtk.Clipboard.SetWithData Method
Virtually sets the contents of the specified clipboard by providing a list of supported formats for the clipboard data and a function to call to get the actual data when it is requested.

Syntax

public bool SetWithData (TargetEntry[] targets, ClipboardGetFunc get_func, ClipboardClearFunc clear_func)

Parameters

targets
a Gtk.TargetEntry[]
get_func
a Gtk.ClipboardGetFunc
clear_func
a Gtk.ClipboardClearFunc

Returns

a bool

Remarks

Requirements

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