#include "thread.h"#include <stdio.h>#include <stdlib.h>#include <X11/Xatom.h>#include <X11/Xlib.h>


Go to the source code of this file.
Data Structures | |
| class | BC_Clipboard |
Defines | |
| #define | PRIMARY_SELECTION 0 |
| #define | SECONDARY_SELECTION 1 |
| #define PRIMARY_SELECTION 0 |
Definition at line 12 of file bcclipboard.h.
Referenced by BC_TextBox::button_press_event(), BC_Clipboard::clipboard_len(), BC_TextBox::cursor_motion_event(), BC_Clipboard::from_clipboard(), and BC_Clipboard::to_clipboard().
| #define SECONDARY_SELECTION 1 |
Definition at line 14 of file bcclipboard.h.
Referenced by VWindow::copy(), MWindow::copy(), MWindow::copy_automation(), MWindow::copy_default_keyframe(), KeyframePopupCopy::handle_event(), BC_TextBox::keypress_event(), MWindow::paste(), MWindow::paste_automation(), and MWindow::paste_default_keyframe().
1.5.5