gtkTextBufferAddSelectionClipboard {RGtk2}R Documentation

gtkTextBufferAddSelectionClipboard

Description

Adds clipboard to the list of clipboards in which the selection contents of buffer are available. In most cases, clipboard will be the GtkClipboard of type GDK_SELECTION_PRIMARY for a view of buffer.

Usage

gtkTextBufferAddSelectionClipboard(object, clipboard)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
clipboard [GtkClipboard] a GtkClipboard

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]