#include "TGFrame.h"#include "TTimer.h"#include "TGDNDManager.h"#include "TRootCanvas.h"Go to the source code of this file.
Defines | |
| #define | ROOTDND_PROTOCOL_VERSION 4 |
| #define | XA_ATOM ((Atom_t) 4) |
| #define | XA_WINDOW ((Atom_t) 33) |
Functions | |
| ClassImp (TGDragWindow) TGDragWindow | |
| ClassImp (TGDNDManager) TGDNDManager | |
| static int | ArrayLength (Atom_t *a) |
Variables | |
| TGDNDManager * | gDNDManager = 0 |
| #define ROOTDND_PROTOCOL_VERSION 4 |
| #define XA_ATOM ((Atom_t) 4) |
Definition at line 18 of file TGDNDManager.cxx.
| #define XA_WINDOW ((Atom_t) 33) |
Definition at line 19 of file TGDNDManager.cxx.
| static int ArrayLength | ( | Atom_t * | a | ) | [static] |
Definition at line 326 of file TGDNDManager.cxx.
References n.
Referenced by TGDNDManager::SendDNDEnter().
| ClassImp | ( | TGDNDManager | ) |
Definition at line 187 of file TGDNDManager.cxx.
References gDNDManager, gVirtualX, kButtonMotionMask, kButtonPressMask, kButtonReleaseMask, kFALSE, kNoDrop, kNone, kTRUE, and ROOTDND_PROTOCOL_VERSION.
| ClassImp | ( | TGDragWindow | ) |
Definition at line 64 of file TGDNDManager.cxx.
References fId, SetWindowAttributes_t::fMask, SetWindowAttributes_t::fOverrideRedirect, SetWindowAttributes_t::fSaveUnder, gVirtualX, kNone, kTopLeft, kTRUE, kWAOverrideRedirect, kWASaveUnder, x, and y.
| TGDNDManager* gDNDManager = 0 |
Definition at line 53 of file TGDNDManager.cxx.
1.5.1