54 | | * [/browser/xpra/trunk/src/xpra/platform/clipboard_base.py xpra.platform.clipboard_base] - the base class for clipboard implementations |
55 | | * [/browser/xpra/trunk/src/xpra/platform/gdk_clipboard.py xpra.platform.gdk_clipboard] - the gdk clipboard implementation (which requires Cython to build the C parts that allow us to access X11 atoms). It also contains the {{{TranslatedClipboardProtocolHelper}}} which is used by Windows clients to translate the local clipboard to a particular X11 clipboard. |
| 54 | * [/browser/xpra/trunk/src/xpra/clipboard/clipboard_base.py xpra.clipboard.clipboard_base] - the base class for clipboard implementations |
| 55 | * [/browser/xpra/trunk/src/xpra/clipboard/gdk_clipboard.py xpra.clipboard.gdk_clipboard] - the gdk clipboard implementation (which requires Cython to build the C parts that allow us to access X11 atoms). It also contains the {{{TranslatedClipboardProtocolHelper}}} which is used by Windows clients to translate the local clipboard to a particular X11 clipboard. |