Logo ROOT   6.12/07
Reference Guide
Macros | Functions | Variables
TGDNDManager.cxx File Reference
#include "TGFrame.h"
#include "TTimer.h"
#include "TGDNDManager.h"
#include "TRootCanvas.h"
Include dependency graph for TGDNDManager.cxx:

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

TGDNDManagergDNDManager = 0
 

Macro Definition Documentation

◆ ROOTDND_PROTOCOL_VERSION

#define ROOTDND_PROTOCOL_VERSION   4

Definition at line 17 of file TGDNDManager.cxx.

◆ XA_ATOM

#define XA_ATOM   ((Atom_t) 4)

Definition at line 18 of file TGDNDManager.cxx.

◆ XA_WINDOW

#define XA_WINDOW   ((Atom_t) 33)

Definition at line 19 of file TGDNDManager.cxx.

Function Documentation

◆ ArrayLength()

static int ArrayLength ( Atom_t a)
static

Definition at line 328 of file TGDNDManager.cxx.

Variable Documentation

◆ gDNDManager

TGDNDManager* gDNDManager = 0

Definition at line 53 of file TGDNDManager.cxx.