gtk.clipboard

Module for Clipboard class

Members

Classes

Clipboard
class Clipboard

The #GtkClipboard object represents a clipboard of data shared between different processes or between different widgets in the same process. Each clipboard is identified by a name encoded as a #GdkAtom. (Conversion to and from strings can be done with gdk.atom.Atom.intern and gdk.atom.Atom.name.) The default clipboard corresponds to the “CLIPBOARD” atom; another commonly used clipboard is the “PRIMARY” clipboard, which, in X, traditionally contains the currently selected text.

ClipboardGidBuilder
class ClipboardGidBuilder

Fluent builder for gtk.clipboard.Clipboard

ClipboardGidBuilderImpl
class ClipboardGidBuilderImpl(T)

Fluent builder implementation template for gtk.clipboard.Clipboard