Gtk.Clipboard.WaitForContents Method
Requests the contents of the clipboard using the given target.

Syntax

public SelectionData WaitForContents (Gdk.Atom target)

Parameters

target
an object of type Gdk.Atom

Returns

an object of type Gtk.SelectionData

Remarks

This function waits for the data to be received using the main loop, so events, timeouts, etc, may be dispatched during the wait.

Requirements

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