![]() |
ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Macros | |
#define | ROOTDND_PROTOCOL_VERSION 4 |
#define | XA_ATOM ((Atom_t) 4) |
#define | XA_WINDOW ((Atom_t) 33) |
Functions | |
ClassImp (TGDragWindow) TGDragWindow | |
TGDragWindow constructor. More... | |
ClassImp (TGDNDManager) TGDNDManager | |
TGDNDManager constructor. More... | |
static int | ArrayLength (Atom_t *a) |
Variables | |
TGDNDManager * | gDNDManager = 0 |
#define ROOTDND_PROTOCOL_VERSION 4 |
Definition at line 17 of file TGDNDManager.cxx.
Referenced by ClassImp().
#define XA_ATOM ((Atom_t) 4) |
Definition at line 18 of file TGDNDManager.cxx.
Referenced by TGDNDManager::HandleDNDEnter().
#define XA_WINDOW ((Atom_t) 33) |
Definition at line 19 of file TGDNDManager.cxx.
Referenced by TGDNDManager::GetRootProxy(), and TGDNDManager::SetRootProxy().
|
static |
Definition at line 328 of file TGDNDManager.cxx.
Referenced by TGDNDManager::SendDNDEnter().
ClassImp | ( | TGDragWindow | ) |
TGDragWindow constructor.
Definition at line 64 of file TGDNDManager.cxx.
ClassImp | ( | TGDNDManager | ) |
TGDNDManager constructor.
Definition at line 187 of file TGDNDManager.cxx.
TGDNDManager* gDNDManager = 0 |
Definition at line 53 of file TGDNDManager.cxx.