Gtk.TextBuffer.AddSelectionClipboard Method
Adds clipboard to the list of clipboards in which the selection contents of buffer are available.

Syntax

public void AddSelectionClipboard (Clipboard clipboard)

Parameters

clipboard
an object of type Gtk.Clipboard

Remarks

In most cases, clipboard will be the Gtk.Clipboard of type Gdk.Selection.Primary for a view of buffer.

Requirements

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