#include "TGFrame.h"
#include "TTimer.h"
#include "TGDNDManager.h"
#include "TRootCanvas.h"
#include "TVirtualX.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | ROOTDND_PROTOCOL_VERSION 4 |
#define | XA_ATOM ((Atom_t) 4) |
#define | XA_WINDOW ((Atom_t) 33) |
Functions | |
static int | ArrayLength (Atom_t *a) |
Variables | |
TGDNDManager * | gDNDManager = 0 |
#define ROOTDND_PROTOCOL_VERSION 4 |
Definition at line 19 of file TGDNDManager.cxx.
#define XA_ATOM ((Atom_t) 4) |
Definition at line 20 of file TGDNDManager.cxx.
#define XA_WINDOW ((Atom_t) 33) |
Definition at line 21 of file TGDNDManager.cxx.
Definition at line 332 of file TGDNDManager.cxx.
TGDNDManager* gDNDManager = 0 |
Definition at line 55 of file TGDNDManager.cxx.